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 9c7aa76fe35953ce7839c820aa352266c4e0bcdf (commit)
from bbdc41ac5783acafb50146f5403a2a321a017121 (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=9c7aa76fe35953ce7839c820aa352266c4e0bcdf
commit 9c7aa76fe35953ce7839c820aa352266c4e0bcdf
Author: Franck Villaume <[email protected]>
Date: Sat May 29 15:01:02 2021 +0200
try selenium for debian 9
diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index 4fa6112..3fca163 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -88,7 +88,11 @@ install_selenium() {
mkdir -p /usr/local/share/php
pushd /usr/local/share/php
composer --no-plugins --no-scripts require phpunit/phpunit
- composer --no-plugins --no-scripts require
phpunit/phpunit-selenium:dev-master
+ if grep -q ^9 /etc/debian_version; then
+ composer --no-plugins --no-scripts require
phpunit/phpunit-selenium
+ else
+ composer --no-plugins --no-scripts require
phpunit/phpunit-selenium:dev-master
+ fi
popd
# Install selenium (no packaged version available)
-----------------------------------------------------------------------
Summary of changes:
tests/func_tests.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits