diff options
| author | Joel Martin <github@martintribe.org> | 2015-03-02 13:41:49 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-03-02 13:41:49 -0600 |
| commit | 9a3835358a4c2fa0cbc9e5c290b0cdd10394e715 (patch) | |
| tree | b53cd0fbdc8dbf72264b8d039f1b9836ce703e10 /Makefile | |
| parent | 85f95f369cae5a75a6b44b97ea83b686995fb5e8 (diff) | |
| download | mal-9a3835358a4c2fa0cbc9e5c290b0cdd10394e715.tar.gz mal-9a3835358a4c2fa0cbc9e5c290b0cdd10394e715.zip | |
runtest.py: cleanup and rename --redirect to --mono
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
