summaryrefslogtreecommitdiff
path: root/scripts/Glacier2Util.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 /scripts/Glacier2Util.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 'scripts/Glacier2Util.py')
-rw-r--r--scripts/Glacier2Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Glacier2Util.py b/scripts/Glacier2Util.py
index 77977af4e79..65011a52a61 100644
--- a/scripts/Glacier2Util.py
+++ b/scripts/Glacier2Util.py
@@ -43,7 +43,7 @@ class Glacier2Router(ProcessFromBinDir, Server):
if(p.wait() != 0):
raise RuntimeError("icehashpassword.py failed:\n" + p.stdout.read().decode('UTF-8').strip())
file.write("%s %s\n" % (user, p.stdout.readline().decode('UTF-8').strip()))
- current.testcase.files.append(path)
+ current.files.append(path)
def getProps(self, current):
props = Server.getProps(self, current)