diff options
Diffstat (limited to 'buildscripts/smoke.py')
-rwxr-xr-x | buildscripts/smoke.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py index f460130be2c..75d1e2816ee 100755 --- a/buildscripts/smoke.py +++ b/buildscripts/smoke.py @@ -354,7 +354,7 @@ def runTest(test): # smoke.py was invoked like "--mode files --from-file foo", # so don't try to interpret the test path too much if os.sys.platform == "win32": - argv = path + argv = [path] else: argv = shlex.split(path) path = argv[0] |