aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-14 23:04:38 -0500
committerJoel Martin <github@martintribe.org>2014-04-14 23:04:38 -0500
commit166398b84f0ada81ca25db201b1dad895d0acde1 (patch)
tree61dc4658701880f85b4de93642935257290ebabd /Makefile
parentcce5977962e27695a48e8853376c896fd2a45cc9 (diff)
downloadmal-166398b84f0ada81ca25db201b1dad895d0acde1.tar.gz
mal-166398b84f0ada81ca25db201b1dad895d0acde1.zip
PS: fix test invocation.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8a4a6a5..bb443d9 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ js_RUNTEST = ../runtest.py $(4) ../$(1) -- node ../$(2) $(5)
make_RUNTEST = ../runtest.py $(4) ../$(1) -- make -f ../$(2) $(5)
mal_RUNTEST = $(call $(MAL_IMPL)_RUNTEST,$(1),$(call $(MAL_IMPL)_STEP_TO_PROG,stepA),stepA,--start-timeout 30 --test-timeout 120,../$(2))
php_RUNTEST = ../runtest.py $(4) ../$(1) -- php ../$(2) $(5)
-ps_RUNTEST = ../runtest.py $(4) ../$(1) -- gs -q -dNODISPLAY ../$(2) $(5)
+ps_RUNTEST = ../runtest.py $(4) ../$(1) -- "gs -q -dNODISPLAY -- ../$(2) $(5)"
python_RUNTEST = ../runtest.py $(4) ../$(1) -- python ../$(2) $(5)
ruby_RUNTEST = ../runtest.py $(4) ../$(1) -- ruby ../$(2) $(5)