Commit c9059ad4 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

test-x11: Fix prove invocation (force non-parallel test run)

parent d9bb4920
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}