[Fusionforge-commits] FusionForge branch master updated. 1091c4af1ac1f5b718fc178f2a04cc7b47d1815b

Sylvain Beucler beuc-inria at fusionforge.org
Wed Jan 14 16:12:07 CET 2015


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  1091c4af1ac1f5b718fc178f2a04cc7b47d1815b (commit)
      from  0c486492af7c6f7fe088aeab81086b9d6180311c (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 1091c4af1ac1f5b718fc178f2a04cc7b47d1815b
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Wed Jan 14 16:11:54 2015 +0100

    testsuite: systasksd not merged yet

diff --git a/tests/func/db_reload.sh b/tests/func/db_reload.sh
index 6a6b792..be8f2ee 100755
--- a/tests/func/db_reload.sh
+++ b/tests/func/db_reload.sh
@@ -115,12 +115,12 @@ fi
 if [ "$reset" = 1 ]; then
     set -e
     # Reset connections
-    service fusionforge-systasksd stop
+    #service fusionforge-systasksd stop
     service postgresql restart
     su - postgres -c "dropdb $database"
     $(forge_get_config source_path)/post-install.d/db/db.sh configure
     forge_set_password admin myadmin
-    service fusionforge-systasksd start
+    #service fusionforge-systasksd start
     exit 0
 fi
 

-----------------------------------------------------------------------

Summary of changes:
 tests/func/db_reload.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list