summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRichard Kreuter <richard@10gen.com>2010-06-11 18:39:53 -0400
committerRichard Kreuter <richard@10gen.com>2010-06-14 14:37:56 -0400
commit73b55af0296f4343cb33418af5546e886efcd98d (patch)
tree0dadf3b7670e40ec57d3abff9ac2525b223bd2eb /buildscripts
parent04529a1acfcd85a94f54400af0d0f8f065ae1a2c (diff)
downloadmongo-73b55af0296f4343cb33418af5546e886efcd98d.tar.gz
Another double-slash tweak in smoke.py.
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/smoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index 1b062ffcdff..16a57897f07 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -348,7 +348,7 @@ def expandSuites(suites):
raise Exception('unknown test suite %s' % suite)
if globstr:
- globstr = mongoRepo+('jstests/' if globstr.endswith('.js') else '/')+globstr
+ globstr = mongoRepo+('jstests/' if globstr.endswith('.js') else '')+globstr
tests += [(path, usedb) for path in glob.glob(globstr)]
return tests