From 9a3835358a4c2fa0cbc9e5c290b0cdd10394e715 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 2 Mar 2015 13:41:49 -0600 Subject: runtest.py: cleanup and rename --redirect to --mono --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3