diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-01-05 17:50:47 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-01-05 17:50:47 +0100 |
commit | 486ebe5c7c2d768b884ae85c4fea2c692d0b4f29 (patch) | |
tree | a6b15265690e110370e6f1036680ed068d5cd3c7 /cpp/test/IceGrid/session/test.py | |
parent | Fixed macOS PHP testing bug when running against binary distribution (diff) | |
download | ice-486ebe5c7c2d768b884ae85c4fea2c692d0b4f29.tar.bz2 ice-486ebe5c7c2d768b884ae85c4fea2c692d0b4f29.tar.xz ice-486ebe5c7c2d768b884ae85c4fea2c692d0b4f29.zip |
Fixed ICE-7478 - concurrent file access
Diffstat (limited to 'cpp/test/IceGrid/session/test.py')
-rw-r--r-- | cpp/test/IceGrid/session/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/session/test.py b/cpp/test/IceGrid/session/test.py index e119aab24eb..53ce45a63cb 100644 --- a/cpp/test/IceGrid/session/test.py +++ b/cpp/test/IceGrid/session/test.py @@ -12,7 +12,7 @@ class IceGridSessionTestCase(IceGridTestCase): def setupClientSide(self, current): IceGridTestCase.setupClientSide(self, current) - self.mkdirs("db/node-1") + current.mkdirs("db/node-1") def setupServerSide(self, current): self.verifier = Server(exe="verifier", waitForShutdown=False, props={ |