Ver a proveniência

Fix 'rebar help clean' function_clause error

Missing info(help, clean) in rebar_qc.erl.
pull/3/head
goofansu há 11 anos
ascendente
cometimento
43b3e0d038
1 ficheiros alterados com 4 adições e 1 eliminações
  1. +4
    -1
      src/rebar_qc.erl

+ 4
- 1
src/rebar_qc.erl Ver ficheiro

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

Carregando…
Cancelar
Guardar