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

Run test-x11 with prove -v

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