summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/snapshot2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/snapshot b/bin/snapshot
index ce06800..07af0b7 100755
--- a/bin/snapshot
+++ b/bin/snapshot
@@ -414,6 +414,8 @@ if [ -n "$DEPLOYDIRNAME" ]; then
if [ "$snapshot" = "yes" ]; then
TIMESTAMP "deploy"
if (cd ${TESTDIR} && ${CURRENT}/bin/deploy ${deploydir}/${DEPLOYDIRNAME}); then
+ : #continue
+ else
errcode=$?
exit $errcode
fi