diff options
Diffstat (limited to 'git_hooks/pre-commit')
| -rwxr-xr-x | git_hooks/pre-commit | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/git_hooks/pre-commit b/git_hooks/pre-commit index 495e618e..0a21e79b 100755 --- a/git_hooks/pre-commit +++ b/git_hooks/pre-commit @@ -14,8 +14,7 @@ git checkout-index --prefix=$TDIR/ -af  cp -r ./tests/shoulda.js/ $TDIR/tests/shoulda.js/  pushd $TDIR > /dev/null -  cake build -  cake test +  cake build && cake test    TEST_RESULT=$?  popd > /dev/null | 
