[erlang-bugs] Missing space in message from ct_run
Rabbe Fogelholm
rabbe.fogelholm@REDACTED
Thu Sep 5 14:31:02 CEST 2013
When using ct_run with the -no_auto_compile option, and when the expected .beam
file is not found, there is a console message about this. The message goes
Suite nosuch_SUITE not foundin directory /tmp/newDirectory
but it ought to be
Suite nosuch_SUITE not found in directory /tmp/newDirectory
Here is a console dump that shows how to reproduce the problem:
erarafo@REDACTED:~$ mkdir /tmp/newDirectory
erarafo@REDACTED:~$ ct_run -dir /tmp/newDirectory -suite nosuch_SUITE -no_auto_compile
Erlang R16B01 (erts-5.10.2) [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
Common Test v1.7.2 starting (cwd is /home/erarafo)
Eshell V5.10.2 (abort with ^G)
(ct@REDACTED)1>
Suite nosuch_SUITE not foundin directory /tmp/newDirectory
More information about the erlang-bugs
mailing list