1
0
Fork 0
mirror of https://github.com/correl/rebar.git synced 2024-12-18 19:21:34 +00:00

rebar_ct: rename function for clarity

This commit is contained in:
Tuncer Ayaz 2012-06-21 00:06:40 +02:00
parent f0de7faa11
commit b9c6888883

View file

@ -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;