mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
rebar_ct: rename function for clarity
This commit is contained in:
parent
f0de7faa11
commit
b9c6888883
1 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ make_cmd(TestDir, Config) ->
|
||||||
get_cover_config(Config, Cwd) ++
|
get_cover_config(Config, Cwd) ++
|
||||||
get_ct_config_file(TestDir) ++
|
get_ct_config_file(TestDir) ++
|
||||||
get_config_file(TestDir) ++
|
get_config_file(TestDir) ++
|
||||||
get_suite(TestDir) ++
|
get_suites(TestDir) ++
|
||||||
get_case();
|
get_case();
|
||||||
SpecFlags ->
|
SpecFlags ->
|
||||||
?FMT("erl " % should we expand ERL_PATH?
|
?FMT("erl " % should we expand ERL_PATH?
|
||||||
|
@ -248,7 +248,7 @@ get_config_file(TestDir) ->
|
||||||
" -config " ++ Config
|
" -config " ++ Config
|
||||||
end.
|
end.
|
||||||
|
|
||||||
get_suite(TestDir) ->
|
get_suites(TestDir) ->
|
||||||
case rebar_utils:get_deprecated_global(suite, suites, "soon") of
|
case rebar_utils:get_deprecated_global(suite, suites, "soon") of
|
||||||
undefined ->
|
undefined ->
|
||||||
" -dir " ++ TestDir;
|
" -dir " ++ TestDir;
|
||||||
|
|
Loading…
Reference in a new issue