summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2014-03-03 10:10:46 -0500
committerRandolph Tan <randolph@10gen.com>2014-03-03 10:10:46 -0500
commitfafb7dad7b87b3d6a0c359ad02b6bcd0ef7a79f7 (patch)
tree920fc94f98577351c90bc07c45d79b476086afba /buildscripts
parent10e298ddbc22e97a1286c9e7fdcb24366db894b6 (diff)
downloadmongo-fafb7dad7b87b3d6a0c359ad02b6bcd0ef7a79f7.tar.gz
SERVER-12127 migrate js tests to jscore suite when not related to writes
Fix path name in smoke.py
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/smoke.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index f985d501eef..4e3238b0aac 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -415,9 +415,9 @@ def skipTest(path):
("sharding", "sync3.js"), # SERVER-6388 for this and those below
("sharding", "sync6.js"),
("sharding", "parallel.js"),
- ("jstests", "bench_test1.js"),
- ("jstests", "bench_test2.js"),
- ("jstests", "bench_test3.js"),
+ ("core", "bench_test1.js"),
+ ("core", "bench_test2.js"),
+ ("core", "bench_test3.js"),
]
if os.path.join(parentDir,basename) in [ os.path.join(*test) for test in authTestsToSkip ]: