summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-02-05 20:54:19 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-02-05 20:54:19 +0100
commitc9059ad473c867e1af1407f90a9d8fc5637d167a (patch)
tree4573518b3ce4d591a3d1fc934ae9852352a26a7b /test
parentd9bb49207f686827c2124b479d160b20fb4800b7 (diff)
test-x11: Fix prove invocation (force non-parallel test run)
Diffstat (limited to 'test')
-rwxr-xr-xtest/run-interactive2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-interactive b/test/run-interactive
index a342c22..5c6f489 100755
--- a/test/run-interactive
+++ b/test/run-interactive
@@ -3,7 +3,7 @@
Xephyr -screen 500x500 :7 > /dev/null 2>&1 &
pid=${!}
-DISPLAY=:7 prove test/feh-scr-i.t test/feh-i.t
+DISPLAY=:7 prove -j1 test/feh-scr-i.t test/feh-i.t
ret=${?}
kill ${pid}