Skip to content

Instantly share code, notes, and snippets.

@chris-gunawardena
Created May 22, 2014 16: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 chris-gunawardena/232241b1ed63cf4f8277 to your computer and use it in GitHub Desktop.
Save chris-gunawardena/232241b1ed63cf4f8277 to your computer and use it in GitHub Desktop.
#!/bin/sh
casperjs test testsuite.js
RETVAL=$?
if [ $RETVAL -ne 0 ]
then
exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment