diff options
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 2181cb7..2b38c00 100755 --- a/test/run-interactive +++ b/test/run-interactive @@ -3,6 +3,6 @@ Xnest :1 > /dev/null 2>&1 & pid=${!} -DISPLAY=:1 prove test/feh.i +DISPLAY=:1 prove -v test/feh.i kill ${pid} |