From 5fc2dc27228263e4c56ba3a49852ab3f8c724299 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Wed, 7 Oct 2009 18:18:37 +0200 Subject: - Bug 4286: added support for IceStorm/IceGrid database plugins - Fixed IceGrid database code to first save to the database and then do state changes. --- scripts/IceGridAdmin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/IceGridAdmin.py') diff --git a/scripts/IceGridAdmin.py b/scripts/IceGridAdmin.py index 3fe6ef8d21e..2fe19b6826a 100644 --- a/scripts/IceGridAdmin.py +++ b/scripts/IceGridAdmin.py @@ -96,7 +96,7 @@ def startIceGridRegistry(testdir, dynamicRegistration = False): cleanDbDir(dataDir) print "starting icegrid " + name + "...", - cmd = command + ' ' + TestUtil.getQtSqlOptions('IceGrid', dataDir) + \ + cmd = command + ' ' + TestUtil.getQtSqlOptions('IceGrid') + \ r' --Ice.ProgramName=' + name + \ r' --IceGrid.Registry.Client.Endpoints="default -p ' + str(iceGridPort + i) + '" ' + \ r' --IceGrid.Registry.Data=' + dataDir -- cgit v1.2.3