Skip to content

Instantly share code, notes, and snippets.

@CestDiego
Created July 17, 2015 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CestDiego/28c8820faa304943a77c to your computer and use it in GitHub Desktop.
Save CestDiego/28c8820faa304943a77c to your computer and use it in GitHub Desktop.
checkPhase = stdenv.lib.optionalString (stdenv.system == "x86_64-linux")
''
(cd testcases && xvfb-run ./complete-run.pl -p 1 --keep-xserver-output)
! grep -q '^not ok' testcases/latest/complete-run.log
'';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment