diff options
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 += '"' |