Quellcode durchsuchen

Make sure to run ct_run w/ -noshell

pull/3/head
Dave Smith vor 12 Jahren
Ursprung
Commit
96c7bd7338
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/rebar_ct.erl

+ 1
- 1
src/rebar_ct.erl Datei anzeigen

@ -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

Laden…
Abbrechen
Speichern