aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_run.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2013-09-05 15:02:49 +0200
committerPeter Andersson <[email protected]>2013-09-05 15:02:49 +0200
commit22b56ee29c4e6a946dc740e522c664d28040cb7a (patch)
tree1288e19cd00df34c7d384f462bb4c7fa403b906c /lib/common_test/src/ct_run.erl
parentabba9d918ab3377a9c895e05924612724c105c26 (diff)
downloadotp-22b56ee29c4e6a946dc740e522c664d28040cb7a.tar.gz
otp-22b56ee29c4e6a946dc740e522c664d28040cb7a.tar.bz2
otp-22b56ee29c4e6a946dc740e522c664d28040cb7a.zip
Add missing whitespace in string
Diffstat (limited to 'lib/common_test/src/ct_run.erl')
-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]}