summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2014-11-20 09:33:10 -0330
committerMatthew Newhook <matthew@zeroc.com>2014-11-20 09:33:10 -0330
commit0bd089b6a6c0536099f081ab7b86f89ddfed6f18 (patch)
treeef1ff617d6561e506c1023874fec8854221fe8fa /scripts/TestUtil.py
parentMinor change to demo ice.gradle (diff)
downloadice-0bd089b6a6c0536099f081ab7b86f89ddfed6f18.tar.bz2
ice-0bd089b6a6c0536099f081ab7b86f89ddfed6f18.tar.xz
ice-0bd089b6a6c0536099f081ab7b86f89ddfed6f18.zip
ICE-5943 allTests.py --arg option issue
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 44eb55bb6a8..2c1825015c3 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -371,7 +371,7 @@ def run(tests, root = False):
elif o == "--script":
script = True
elif o == '--arg':
- arg += "--arg="
+ arg += " --arg="
arg += '"'
arg += a
arg += '"'