0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

fix test regex

This commit is contained in:
Eliot Horowitz 2010-08-03 10:06:00 -04:00
parent 87f261a995
commit 285e6e9e65

View File

@ -63,7 +63,7 @@ files.forEach(
* clean (apitest_dbcollection)
* logout and getnonce
*/
if (/[\/\\](error3|capped|splitvector|apitest_db|cursor6|copydb-auth|profile1|dbhash|median|apitest_dbcollection|evalb|auth1|auth2)\.js$/.test(x.name)) {
if (/[\/\\](error3|capped.*|splitvector|apitest_db|cursor6|copydb-auth|profile1|dbhash|median|apitest_dbcollection|evalb|auth1|auth2)\.js$/.test(x.name)) {
print(" !!!!!!!!!!!!!!! skipping test that has failed under sharding but might not anymore " + x.name)
return;
}