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 94ea6950b627025325d92cbb96446c400c1d900a (commit)
from 3e66db2e730b6331499fdfc28abf12ba1643b0a1 (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 94ea6950b627025325d92cbb96446c400c1d900a
Author: Roland Mas <[email protected]>
Date: Thu Apr 9 12:47:40 2015 +0200
Kill Selenium if it really fails to start its listener
diff --git a/tests/func/phpunit-selenium.sh b/tests/func/phpunit-selenium.sh
index e3a2dec..48f1538 100755
--- a/tests/func/phpunit-selenium.sh
+++ b/tests/func/phpunit-selenium.sh
@@ -151,6 +151,7 @@ fi
if [ $i = $timeout ] || ! kill -0 $pid 2>/dev/null; then
echo "Selenium failed to start!"
netstat -tnl
+ kill -9 $pid
exit 1
fi
-----------------------------------------------------------------------
Summary of changes:
tests/func/phpunit-selenium.sh | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits