瀏覽代碼

Fix 'rebar help clean' function_clause error

Missing info(help, clean) in rebar_qc.erl.
pull/3/head
goofansu 11 年之前
父節點
當前提交
43b3e0d038
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      src/rebar_qc.erl

+ 4
- 1
src/rebar_qc.erl 查看文件

@ -73,7 +73,10 @@ info(help, qc) ->
[ [
{qc_compile_opts, []}, {qc_compile_opts, []},
{qc_first_files, []} {qc_first_files, []}
]).
]);
info(help, clean) ->
Description = ?FMT("Delete QuickCheck test dir (~s)", [?QC_DIR]),
?CONSOLE("~s.~n", [Description]).
-define(TRIQ_MOD, triq). -define(TRIQ_MOD, triq).
-define(EQC_MOD, eqc). -define(EQC_MOD, eqc).

Loading…
取消
儲存