ソースを参照

use 'rebar ct' for 'make travis' so return code for run is right in R15

pull/3/head
Tristan Sloughter 10年前
コミット
1e5f9e7079
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      Makefile

+ 1
- 2
Makefile ファイルの表示

@ -35,7 +35,6 @@ binary: clean all
(cd ../rebar.wiki && git commit -m "Update $(VSN)" rebar)
test:
mkdir -p test/logs
ct_run -pa deps/*/ebin -pa ebin -include include -logdir test/logs -dir test
rebar ct
travis: all test

読み込み中…
キャンセル
保存