diff options
author | Peter Andersson <[email protected]> | 2013-09-05 15:05:11 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2013-09-05 15:05:11 +0200 |
commit | a49cb1b7492b4c34f5887eaa0cb7774c693a524d (patch) | |
tree | 7b96023fa7852e549fb25d794f6e94d02baefa10 | |
parent | 255a481e654211768dcac3c4c32f86f52580b286 (diff) | |
parent | 22b56ee29c4e6a946dc740e522c664d28040cb7a (diff) | |
download | otp-a49cb1b7492b4c34f5887eaa0cb7774c693a524d.tar.gz otp-a49cb1b7492b4c34f5887eaa0cb7774c693a524d.tar.bz2 otp-a49cb1b7492b4c34f5887eaa0cb7774c693a524d.zip |
Merge branch 'peppe/common_test/missing_space' into maint
* peppe/common_test/missing_space:
Add missing whitespace in string
-rw-r--r-- | lib/common_test/src/ct_run.erl | 2 |
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]} |