summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/update/test.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-01-05 17:50:47 +0100
committerBenoit Foucher <benoit@zeroc.com>2017-01-05 17:50:47 +0100
commit486ebe5c7c2d768b884ae85c4fea2c692d0b4f29 (patch)
treea6b15265690e110370e6f1036680ed068d5cd3c7 /cpp/test/IceGrid/update/test.py
parentFixed macOS PHP testing bug when running against binary distribution (diff)
downloadice-486ebe5c7c2d768b884ae85c4fea2c692d0b4f29.tar.bz2
ice-486ebe5c7c2d768b884ae85c4fea2c692d0b4f29.tar.xz
ice-486ebe5c7c2d768b884ae85c4fea2c692d0b4f29.zip
Fixed ICE-7478 - concurrent file access
Diffstat (limited to 'cpp/test/IceGrid/update/test.py')
-rw-r--r--cpp/test/IceGrid/update/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/update/test.py b/cpp/test/IceGrid/update/test.py
index 8ac439aefaf..75b1c206b44 100644
--- a/cpp/test/IceGrid/update/test.py
+++ b/cpp/test/IceGrid/update/test.py
@@ -12,8 +12,8 @@ class IceGridUpdateTestCase(IceGridTestCase):
def setupClientSide(self, current):
IceGridTestCase.setupClientSide(self, current)
- self.mkdirs("db/node-1")
- self.mkdirs("db/node-2")
+ current.mkdirs("db/node-1")
+ current.mkdirs("db/node-2")
clientProps = lambda process, current: {
"NodePropertiesOverride" : current.testcase.icegridnode[0].getPropertiesOverride(current),