From 96c7bd7338c0bc0cc82c353665d148e4e513bfee Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Tue, 25 Jun 2013 16:33:34 -0600 Subject: [PATCH] Make sure to run ct_run w/ -noshell --- src/rebar_ct.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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