aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Scripts/run-tests.sh
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2013-01-14 19:40:15 +0000
committerstuconnolly <stuart02@gmail.com>2013-01-14 19:40:15 +0000
commitac05529d8fa9594105d73eb83c8e317d7bba61f4 (patch)
treebc2f6c631399258a379ecca6781db313865be496 /Frameworks/PostgresKit/Scripts/run-tests.sh
parent3ff05d672209116e1fe31ca676b4c7d09e421fb1 (diff)
downloadsequelpro-ac05529d8fa9594105d73eb83c8e317d7bba61f4.tar.gz
sequelpro-ac05529d8fa9594105d73eb83c8e317d7bba61f4.tar.bz2
sequelpro-ac05529d8fa9594105d73eb83c8e317d7bba61f4.zip
Make sure the test script exits with the correct code based on the success of the tests.
Diffstat (limited to 'Frameworks/PostgresKit/Scripts/run-tests.sh')
-rwxr-xr-xFrameworks/PostgresKit/Scripts/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Scripts/run-tests.sh b/Frameworks/PostgresKit/Scripts/run-tests.sh
index 3bcb9457..5f3f271b 100755
--- a/Frameworks/PostgresKit/Scripts/run-tests.sh
+++ b/Frameworks/PostgresKit/Scripts/run-tests.sh
@@ -68,4 +68,4 @@ fi
"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests"
-exit 0
+exit $?