Skip to content
Snippets Groups Projects
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
No related branches found
Tags 2.15
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Xephyr -screen 500x500 :7 > /dev/null 2>&1 & Xephyr -screen 500x500 :7 > /dev/null 2>&1 &
pid=${!} 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=${?} ret=${?}
kill ${pid} kill ${pid}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment