Merge pull request #7320 from nslqqq/i3update

i3: fix testsuite
This commit is contained in:
Domen Kožar 2015-04-11 10:18:27 -04:00
commit ee69867e98

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
'';