summaryrefslogtreecommitdiff
path: root/src/rebar_ct.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_ct.erl')
-rw-r--r--src/rebar_ct.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_ct.erl b/src/rebar_ct.erl
index 2cb0883..44f7ec6 100644
--- a/src/rebar_ct.erl
+++ b/src/rebar_ct.erl
@@ -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)