summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-07-14 07:54:49 -0400
committerEliot Horowitz <eliot@10gen.com>2012-07-14 07:54:49 -0400
commit5665ee8b85d600c0720cb1e12774f5a660afa456 (patch)
tree9a9cb38a4121cf262eee100c62eec6d95629791e
parente84a8331d93ce3cd0484174ca8e7a2f5654d7b43 (diff)
downloadmongo-5665ee8b85d600c0720cb1e12774f5a660afa456.tar.gz
windows unit test - this works on some machines at least it seems
-rwxr-xr-xbuildscripts/smoke.py2
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]