diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-09-04 14:42:07 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-09-04 14:42:07 +0000 |
commit | f21b557f781d42eb03f939bf6da7b400df7ac0eb (patch) | |
tree | 0cbede57007520b849c68b652f13b5921558ff8f /cpp | |
parent | Correctly clean up the db/registry directory (diff) | |
download | ice-f21b557f781d42eb03f939bf6da7b400df7ac0eb.tar.bz2 ice-f21b557f781d42eb03f939bf6da7b400df7ac0eb.tar.xz ice-f21b557f781d42eb03f939bf6da7b400df7ac0eb.zip |
Fix
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/test/IcePack/simple/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IcePack/simple/run.py b/cpp/test/IcePack/simple/run.py index bc27213e0b1..f0937596df0 100755 --- a/cpp/test/IcePack/simple/run.py +++ b/cpp/test/IcePack/simple/run.py @@ -31,7 +31,7 @@ testdir = os.path.join(toplevel, "test", "IcePack", "simple") # additionalOptions = " --Ice.Default.Locator=\"IcePack/Locator:default -p 12346\"" -if os.path.exists(os.path.join(testdir, "db/node/db")): +if os.path.exists(os.path.join(testdir, "db/registry")): TestUtil.cleanDbDir(os.path.join(testdir, "db/registry")) # |