diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2013-06-25 16:33:34 -0600 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2013-06-25 16:33:34 -0600 |
commit | 96c7bd7338c0bc0cc82c353665d148e4e513bfee (patch) | |
tree | cc49434286a55fdf973101fe38ea945223935837 /src | |
parent | 9cf7cf7cb06e0f2546b3cd37be0a9f8566312fc4 (diff) |
Make sure to run ct_run w/ -noshell
Diffstat (limited to 'src')
-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 |