diff options
| -rw-r--r-- | src/rebar_ct.erl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/rebar_ct.erl b/src/rebar_ct.erl index cdcbeb6..04b2a51 100644 --- a/src/rebar_ct.erl +++ b/src/rebar_ct.erl @@ -198,7 +198,7 @@ make_cmd(TestDir, RawLogDir, Config) ->                    false ->                        "erl -noshell -s ct_run script_start -s erlang halt";                    _ -> -                      "ct_run" +                      "ct_run -noshell"                end,      %% Add the code path of the rebar process to the code path. This | 
