diff options
author | Peter Andersson <[email protected]> | 2013-09-05 15:47:50 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2013-09-05 15:47:50 +0200 |
commit | fce30eefb8c805c0597f873b612aadb59bf4ffc9 (patch) | |
tree | 5c8fc534748a570802e603f025155c6d37325cac /lib | |
parent | 4f045e2e0b3cb01a94ddb5d00b5ee66b798dc69b (diff) | |
parent | a49cb1b7492b4c34f5887eaa0cb7774c693a524d (diff) | |
download | otp-fce30eefb8c805c0597f873b612aadb59bf4ffc9.tar.gz otp-fce30eefb8c805c0597f873b612aadb59bf4ffc9.tar.bz2 otp-fce30eefb8c805c0597f873b612aadb59bf4ffc9.zip |
Merge branch 'maint'
Diffstat (limited to 'lib')
-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]} |