aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgit_hooks/pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_hooks/pre-commit b/git_hooks/pre-commit
index f8dacac2..495e618e 100755
--- a/git_hooks/pre-commit
+++ b/git_hooks/pre-commit
@@ -17,7 +17,7 @@ pushd $TDIR > /dev/null
cake build
cake test
TEST_RESULT=$?
-popd
+popd > /dev/null
echo "Tests completed."