diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-02-05 20:54:19 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-02-05 20:54:19 +0100 |
commit | c9059ad473c867e1af1407f90a9d8fc5637d167a (patch) | |
tree | 4573518b3ce4d591a3d1fc934ae9852352a26a7b /test | |
parent | d9bb49207f686827c2124b479d160b20fb4800b7 (diff) |
test-x11: Fix prove invocation (force non-parallel test run)
Diffstat (limited to 'test')
-rwxr-xr-x | test/run-interactive | 2 |
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} |