From c9059ad473c867e1af1407f90a9d8fc5637d167a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 5 Feb 2014 20:54:19 +0100 Subject: test-x11: Fix prove invocation (force non-parallel test run) --- test/run-interactive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3