diff options
Diffstat (limited to 'cpp/test/IceGrid/replication/run.py')
-rwxr-xr-x | cpp/test/IceGrid/replication/run.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/test/IceGrid/replication/run.py b/cpp/test/IceGrid/replication/run.py index 7eaf043ea00..c8d09bdf624 100755 --- a/cpp/test/IceGrid/replication/run.py +++ b/cpp/test/IceGrid/replication/run.py @@ -22,16 +22,7 @@ import TestUtil, IceGridAdmin TestUtil.addLdPath(os.getcwd()) -if TestUtil.sqlType != None and TestUtil.sqlType != "QSQLITE": - print("*** This test only supports Freeze or SQLite databases") - sys.exit(0) - variables = "properties-override='%s'" % IceGridAdmin.iceGridNodePropertiesOverride() -if TestUtil.sqlType != None: - variables += " db-plugin=IceGridSqlDB:createSqlDB" -else: - variables += " db-plugin=IceGridFreezeDB:createFreezeDB" - IceGridAdmin.iceGridTest("application.xml", '--IceDir="%s" --TestDir="%s"' % (TestUtil.toplevel, os.getcwd()), variables) |