mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Make sure to run ct_run w/ -noshell
This commit is contained in:
parent
9cf7cf7cb0
commit
96c7bd7338
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue