diff options
author | Matthew Newhook <matthew@zeroc.com> | 2014-11-20 09:33:10 -0330 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2014-11-20 09:33:10 -0330 |
commit | 0bd089b6a6c0536099f081ab7b86f89ddfed6f18 (patch) | |
tree | ef1ff617d6561e506c1023874fec8854221fe8fa /scripts/TestUtil.py | |
parent | Minor change to demo ice.gradle (diff) | |
download | ice-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-x | scripts/TestUtil.py | 2 |
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 += '"' |