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, 6.0 has been updated
       via  153e5e76f838ce1a5e2fae8e962e17ef200c53f1 (commit)
       via  0bb431f129cb64aaa2f591ac34e45802b222f171 (commit)
      from  e4a3db02ee74d924992ace41bde66c97a72cab55 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=153e5e76f838ce1a5e2fae8e962e17ef200c53f1

commit 153e5e76f838ce1a5e2fae8e962e17ef200c53f1
Author: Sylvain Beucler <[email protected]>
Date:   Mon Sep 7 15:32:52 2015 +0200

    testsuite: pass JOB_URL from jenkins through SSH, so the screenshot URLs 
work

diff --git a/tests/buildbot/fusionforge-func_tests.sh 
b/tests/buildbot/fusionforge-func_tests.sh
index 27e6f5d..70de0b1 100755
--- a/tests/buildbot/fusionforge-func_tests.sh
+++ b/tests/buildbot/fusionforge-func_tests.sh
@@ -172,7 +172,8 @@ fi
 # Run tests
 retcode=0
 echo "Run phpunit test on $HOST"
-#ssh root@$HOST "TESTGLOB='func/50_PluginsScmBzr/*' 
/usr/src/fusionforge/autoinstall/vnc-run-testsuite.sh 
/usr/src/fusionforge/autoinstall/run-testsuite.sh $INSTALL_METHOD/$INSTALL_OS" 
|| retcode=$?
+echo "export JOB_NAME=$JOB_URL" | ssh root@$HOST tee -a .bashrc
+#ssh root@$HOST "TESTGLOB='func/50_PluginsScmBzr/*' 
/usr/src/fusionforge/tests/func_tests-xvnc.sh $INSTALL_METHOD/$INSTALL_OS" || 
retcode=$?
 ssh root@$HOST "/usr/src/fusionforge/tests/func_tests-xvnc.sh 
$INSTALL_METHOD/$INSTALL_OS $*" || retcode=$?
 
 copy_logs

https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=0bb431f129cb64aaa2f591ac34e45802b222f171

commit 0bb431f129cb64aaa2f591ac34e45802b222f171
Author: Sylvain Beucler <[email protected]>
Date:   Mon Sep 7 15:32:12 2015 +0200

    vm: update testsuite path

diff --git a/vm/packer/file/Desktop/run-testsuite.desktop 
b/vm/packer/file/Desktop/run-testsuite.desktop
index 2ffa6b2..c2fec3e 100644
--- a/vm/packer/file/Desktop/run-testsuite.desktop
+++ b/vm/packer/file/Desktop/run-testsuite.desktop
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Encoding=UTF-8
-Name=Run testsuite
-Exec=sh -c "/usr/src/fusionforge/autoinstall/run-testsuite.sh ; echo Press 
Enter... ; read i"
+Name=Run functional tests
+Exec=sh -c "/usr/src/fusionforge/tests/func_tests.sh ; echo Press Enter... ; 
read i"
 Terminal=true
 Type=Application

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

Summary of changes:
 tests/buildbot/fusionforge-func_tests.sh     | 3 ++-
 vm/packer/file/Desktop/run-testsuite.desktop | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to