i3: fix testsuite

This commit is contained in:
Nikita Mikhailov 2015-04-11 14:09:12 +00:00
parent 93f277f1d4
commit 5f2c1f7397

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
checkPhase = stdenv.lib.optionalString (stdenv.system == "x86_64-linux")
''
(cd testcases && xvfb-run ./complete-run.pl -p 1)
(cd testcases && xvfb-run ./complete-run.pl -p 1 --keep-xserver-output)
! grep -q '^not ok' testcases/latest/complete-run.log
'';