aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2013-09-05 15:47:50 +0200
committerPeter Andersson <[email protected]>2013-09-05 15:47:50 +0200
commitfce30eefb8c805c0597f873b612aadb59bf4ffc9 (patch)
tree5c8fc534748a570802e603f025155c6d37325cac /lib/common_test
parent4f045e2e0b3cb01a94ddb5d00b5ee66b798dc69b (diff)
parenta49cb1b7492b4c34f5887eaa0cb7774c693a524d (diff)
downloadotp-fce30eefb8c805c0597f873b612aadb59bf4ffc9.tar.gz
otp-fce30eefb8c805c0597f873b612aadb59bf4ffc9.tar.bz2
otp-fce30eefb8c805c0597f873b612aadb59bf4ffc9.zip
Merge branch 'maint'
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/src/ct_run.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_run.erl b/lib/common_test/src/ct_run.erl
index 266ca73417..7c797be03e 100644
--- a/lib/common_test/src/ct_run.erl
+++ b/lib/common_test/src/ct_run.erl
@@ -1883,7 +1883,7 @@ verify_suites(TestSuites) ->
atom_to_list(
Suite)),
io:format(user,
- "Suite ~w not found"
+ "Suite ~w not found "
"in directory ~ts~n",
[Suite,TestDir]),
{Found,[{DS,[Name]}|NotFound]}