diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-17 18:29:39 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-17 18:29:39 -0500 |
commit | 8ed2798b2810a1c957b89a63aadae40c844989ff (patch) | |
tree | 20ba93c7f22621d22e8ee4876ca0eb84d12a21ca /Makefile | |
parent | a4d4c6ca63928402363fe3fcbd2b1b615a3b7e42 (diff) |
ct_run log to test/logs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,6 +35,7 @@ binary: clean all (cd ../rebar.wiki && git commit -m "Update $(VSN)" rebar) test: - ct_run -pa deps/*/ebin -pa ebin -include include -dir test + mkdir -p test/logs + ct_run -pa deps/*/ebin -pa ebin -include include -logdir test/logs -dir test travis: all test |