i3: fix testsuite
This commit is contained in:
parent
93f277f1d4
commit
5f2c1f7397
@ -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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user