mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
Add missing suite smokeDisk to smoke.py SERVER-253
This commit is contained in:
parent
21157295d4
commit
315cfe0b50
@ -224,6 +224,8 @@ def expandSuites(suites):
|
||||
(globstr, usedb) = ('quota/*.js', True)
|
||||
elif suite == 'smokeJsPerf':
|
||||
(globstr, usedb) = ('perf/*.js', True)
|
||||
elif suite == 'smokeDisk':
|
||||
(globstr, usedb) = ('disk/*.js', True)
|
||||
elif suite == 'smokeJsSlow':
|
||||
(globstr, usedb) = ('slow/*.js', True)
|
||||
elif suite == 'smokeParallel':
|
||||
|
Loading…
Reference in New Issue
Block a user