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 8786451ed3c68f291e37e38d8df2953632ccf1ad (commit)
from bdce2bd4bfe3bc28e53ab3e51b272d242ef510cb (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=8786451ed3c68f291e37e38d8df2953632ccf1ad
commit 8786451ed3c68f291e37e38d8df2953632ccf1ad
Author: Sylvain Beucler <[email protected]>
Date: Wed Sep 9 18:15:14 2015 +0200
testsuite: be a little nicer with Apache - fixes 'No space left on device'
errors
diff --git a/tests/func/fixtures.sh b/tests/func/fixtures.sh
index f0433f2..a75184e 100755
--- a/tests/func/fixtures.sh
+++ b/tests/func/fixtures.sh
@@ -18,8 +18,9 @@ is_db_down () {
stop_apache () {
if [ "$1" = "--force" ]; then
- # We don't care about data integrity, we're resetting it
- killall -9 $(forge_get_config apache_service)
+ # We don't care about data integrity, avoid default lengthy
'graceful-stop'
+ # (not -9, otherwise `ipcs -s` entries pile up)
+ killall $(forge_get_config apache_service)
fi
echo "Stopping apache"
service $(forge_get_config apache_service) stop
-----------------------------------------------------------------------
Summary of changes:
tests/func/fixtures.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits