aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2015-03-02 13:41:49 -0600
committerJoel Martin <github@martintribe.org>2015-03-02 13:41:49 -0600
commit9a3835358a4c2fa0cbc9e5c290b0cdd10394e715 (patch)
treeb53cd0fbdc8dbf72264b8d039f1b9836ce703e10 /Makefile
parent85f95f369cae5a75a6b44b97ea83b686995fb5e8 (diff)
downloadmal-9a3835358a4c2fa0cbc9e5c290b0cdd10394e715.tar.gz
mal-9a3835358a4c2fa0cbc9e5c290b0cdd10394e715.zip
runtest.py: cleanup and rename --redirect to --mono
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 85652a6..66f1f94 100644
--- a/Makefile
+++ b/Makefile
@@ -114,9 +114,9 @@ scala_RUNSTEP = sbt 'run-main $($(1))$(if $(3), $(3),)'
vb_RUNSTEP = mono ../$(2) --raw $(3)
# Extra options to pass to runtest.py
-cs_TEST_OPTS = --redirect
+cs_TEST_OPTS = --mono
mal_TEST_OPTS = --start-timeout 60 --test-timeout 120
-vb_TEST_OPTS = --redirect
+vb_TEST_OPTS = --mono
# Derived lists