Skip to content

Instantly share code, notes, and snippets.

@seven1m
Created September 29, 2010 23:17
Show Gist options
  • Save seven1m/603744 to your computer and use it in GitHub Desktop.
Save seven1m/603744 to your computer and use it in GitHub Desktop.
#!/bin/sh
cd backend && make test
if [ $? -ne 0 ]; then
echo 'There was an error -- aborting commit.'
exit 1;
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment