mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +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_ct_config_file(TestDir) ++
|
||||
get_config_file(TestDir) ++
|
||||
get_suite(TestDir) ++
|
||||
get_suites(TestDir) ++
|
||||
get_case();
|
||||
SpecFlags ->
|
||||
?FMT("erl " % should we expand ERL_PATH?
|
||||
|
@ -248,7 +248,7 @@ get_config_file(TestDir) ->
|
|||
" -config " ++ Config
|
||||
end.
|
||||
|
||||
get_suite(TestDir) ->
|
||||
get_suites(TestDir) ->
|
||||
case rebar_utils:get_deprecated_global(suite, suites, "soon") of
|
||||
undefined ->
|
||||
" -dir " ++ TestDir;
|
||||
|
|
Loading…
Reference in a new issue