summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-12-03 11:46:36 -0600
committerMichael E Brown <michael_e_brown@dell.com>2007-12-03 11:46:36 -0600
commit6e25fa04f9aa4a0c00117a3e5ba433149b3fd8cc (patch)
tree4a413d00097447ac13b300def677d2755c9996b0
parentd10267dc8fc50c0a924f4fa649b571c57eba7b0c (diff)
downloadmock-6e25fa04f9aa4a0c00117a3e5ba433149b3fd8cc.tar.gz
mock-6e25fa04f9aa4a0c00117a3e5ba433149b3fd8cc.tar.xz
mock-6e25fa04f9aa4a0c00117a3e5ba433149b3fd8cc.zip
brown-paper-bag: typo... should be 'fi' but was 'exit'
-rwxr-xr-xdocs/releasetests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releasetests.sh b/docs/releasetests.sh
index 07d97d0..5ef47f1 100755
--- a/docs/releasetests.sh
+++ b/docs/releasetests.sh
@@ -78,7 +78,7 @@ time $MOCKCMD --offline --install ccache
if [ ! -e $CHROOT/usr/bin/ccache ]; then
echo "init/clean test FAILED. ccache not found."
exit 1
-exit
+fi
#
# test old-style cmdline options
@@ -89,7 +89,7 @@ time $MOCKCMD --offline install ccache
if [ ! -e $CHROOT/usr/bin/ccache ]; then
echo "init/clean test FAILED. ccache not found."
exit 1
-exit
+fi
#
# Test build all configs we ship.