diff options
Diffstat (limited to 'test/run-interactive')
-rwxr-xr-x | test/run-interactive | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/run-interactive b/test/run-interactive index d801ac6..788ca3b 100755 --- a/test/run-interactive +++ b/test/run-interactive @@ -3,7 +3,9 @@ Xephyr -screen 500x500 :7 > /dev/null 2>&1 & pid=${!} -DISPLAY=:7 prove test/feh-scr.i test/feh.i +sleep 2 + +DISPLAY=:7 prove -j1 test/feh-scr-i.t test/feh-i.t ret=${?} kill ${pid} |