Skip to content

Commit

Permalink
Fix whitespace errors in rebar_ct and rebar_eunit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Aug 22, 2012
1 parent 3c0d97b commit f528c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rebar_ct.erl
Expand Up @@ -62,7 +62,7 @@ run_test_if_present(TestDir, LogDir, Config, File) ->
case filelib:wildcard(TestDir ++ "/*_SUITE.{beam,erl}") of
[] ->
?WARN("~s directory present, but no common_test"
++ " SUITES - skipping\n", [TestDir]),
++ " SUITES - skipping\n", [TestDir]),
ok;
_ ->
run_test(TestDir, LogDir, Config, File)
Expand Down
2 changes: 1 addition & 1 deletion src/rebar_eunit.erl
Expand Up @@ -245,7 +245,7 @@ get_matching_tests1([Module|TModules], Functions, TestFunctions) ->
TestModuleExports = get_beam_test_exports(TestModuleStr),
%% Build tests {M, F} list
Tests = get_matching_tests2(Functions, {Module, ModuleExports},
{list_to_atom(TestModuleStr), TestModuleExports}),
{list_to_atom(TestModuleStr), TestModuleExports}),
get_matching_tests1(TModules, Functions,
lists:merge([TestFunctions, Tests])).

Expand Down

0 comments on commit f528c39

Please sign in to comment.