diff options
Diffstat (limited to 'bin/snapshot')
-rwxr-xr-x | bin/snapshot | 2 |
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 |