summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-17 18:29:39 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-17 18:29:39 -0500
commit8ed2798b2810a1c957b89a63aadae40c844989ff (patch)
tree20ba93c7f22621d22e8ee4876ca0eb84d12a21ca /Makefile
parenta4d4c6ca63928402363fe3fcbd2b1b615a3b7e42 (diff)
ct_run log to test/logs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2dd380a..ae60cfa 100644
--- a/Makefile
+++ b/Makefile
@@ -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