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, master has been updated
via a84736724dd6c262ee4a592c58fe2ffe3e9e3606 (commit)
from d33cd7b731fa29646f2accaedbdd98f8fd0809cb (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=a84736724dd6c262ee4a592c58fe2ffe3e9e3606
commit a84736724dd6c262ee4a592c58fe2ffe3e9e3606
Author: Franck Villaume <[email protected]>
Date: Sat Jun 5 10:22:57 2021 +0200
re-enable centos7 test suite
diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index 0104997..216e93b 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -88,7 +88,7 @@ install_selenium() {
mkdir -p /usr/local/share/php
pushd /usr/local/share/php
composer --no-plugins --no-scripts require phpunit/phpunit
- if grep -q ^9 /etc/debian_version; then
+ if grep -q ^9 /etc/debian_version >/dev/null 2>&1 || grep "7\."
/etc/centos-release >/dev/null 2>&1; then
composer --no-plugins --no-scripts require
phpunit/phpunit-selenium
else
composer --no-plugins --no-scripts require
phpunit/phpunit-selenium:dev-master
-----------------------------------------------------------------------
Summary of changes:
tests/func_tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits