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.1 has been updated
via a5e9a9df365cc3cddc4799289f3020b752857b81 (commit)
from aa2a1e73a8f0bcd6f0491343b4a37fe7cf0e4969 (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=a5e9a9df365cc3cddc4799289f3020b752857b81
commit a5e9a9df365cc3cddc4799289f3020b752857b81
Author: Roland Mas <[email protected]>
Date: Tue Jan 19 16:15:07 2021 +0100
Allow providing TESTGLOB to testsuite
diff --git a/tests/buildbot/fusionforge-func_tests.sh
b/tests/buildbot/fusionforge-func_tests.sh
index a7c04c6..93b95bb 100755
--- a/tests/buildbot/fusionforge-func_tests.sh
+++ b/tests/buildbot/fusionforge-func_tests.sh
@@ -183,8 +183,7 @@ fi
retcode=0
echo "Run phpunit test on $HOST"
echo "export JOB_URL=$JOB_URL" | ssh -o 'StrictHostKeyChecking=no' root@$HOST
tee -a .bashrc
-#ssh -o 'StrictHostKeyChecking=no' root@$HOST
"TESTGLOB='func/50_PluginsScmBzr/*'
/usr/src/fusionforge/tests/func_tests-xvnc.sh $INSTALL_METHOD/$INSTALL_OS" ||
retcode=$?
-ssh -o 'StrictHostKeyChecking=no' root@$HOST
"/usr/src/fusionforge/tests/func_tests-xvnc.sh $INSTALL_METHOD/$INSTALL_OS $*"
|| retcode=$?
+ ssh -o 'StrictHostKeyChecking=no' root@$HOST "TESTGLOB=$TESTGLOB
/usr/src/fusionforge/tests/func_tests-xvnc.sh $INSTALL_METHOD/$INSTALL_OS $*"
|| retcode=$?
copy_logs
-----------------------------------------------------------------------
Summary of changes:
tests/buildbot/fusionforge-func_tests.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits