Skip to content

Commit

Permalink
windows unit test - this works on some machines at least it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Jul 14, 2012
1 parent e84a833 commit 5665ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/smoke.py
Expand Up @@ -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]
Expand Down

0 comments on commit 5665ee8

Please sign in to comment.