[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 98bef1c71265748e3f9cf78d67e10816078b1b59

Roland Mas lolando at fusionforge.org
Wed Mar 19 14:56:20 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  98bef1c71265748e3f9cf78d67e10816078b1b59 (commit)
      from  9c92bbc8b416ab291174b8a06d00ae5747d565ca (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 98bef1c71265748e3f9cf78d67e10816078b1b59
Author: Roland Mas <lolando at debian.org>
Date:   Wed Mar 19 14:56:15 2014 +0100

    Don't crash the whole script on tests failing, so that screenshots can be saved

diff --git a/tests/scripts/fusionforge-build-and-test-deb.sh b/tests/scripts/fusionforge-build-and-test-deb.sh
index 9d3c97c..67401f9 100755
--- a/tests/scripts/fusionforge-build-and-test-deb.sh
+++ b/tests/scripts/fusionforge-build-and-test-deb.sh
@@ -157,8 +157,7 @@ EOF
 # Run tests
 retcode=0
 echo "Run phpunit test on $HOST in $FORGE_HOME"
-ssh root@$HOST "$FORGE_HOME/tests/func/vncxstartsuite.sh $FILTER"
-retcode=$?
+ssh root@$HOST "$FORGE_HOME/tests/func/vncxstartsuite.sh $FILTER" || retcode=$?
 rsync -av root@$HOST:/var/log/ $WORKSPACE/reports/
 
 cd $CHECKOUTPATH

-----------------------------------------------------------------------

Summary of changes:
 tests/scripts/fusionforge-build-and-test-deb.sh |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list