瀏覽代碼

Make sure to run ct_run w/ -noshell

pull/3/head
Dave Smith 12 年之前
父節點
當前提交
96c7bd7338
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rebar_ct.erl

+ 1
- 1
src/rebar_ct.erl 查看文件

@ -198,7 +198,7 @@ make_cmd(TestDir, RawLogDir, Config) ->
false -> false ->
"erl -noshell -s ct_run script_start -s erlang halt"; "erl -noshell -s ct_run script_start -s erlang halt";
_ -> _ ->
"ct_run"
"ct_run -noshell"
end, end,
%% Add the code path of the rebar process to the code path. This %% Add the code path of the rebar process to the code path. This

Loading…
取消
儲存