File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ var testfiles = walkFiles(
64
64
65
65
/ \. t e s t $ / , // Regexp for files to include (all files ending with .test )
66
66
67
- // Regexp for files to exclude - keep one and outcomment the rest
68
- / ( 0 0 \/ | \d { 2 , } | s e l e c t [ 4 5 ] ) \. t e s t / // Exclude a lot of files (fastest - 125 files)
67
+ // Regexp for files to exclude - keep one and outcomment the rest
68
+ // /(00\/|\d{2,}|select[45])\.test/ // Exclude a lot of files (fastest - 125 files)
69
69
// /\/10+\// // exclude biggest files (balance between time and depth) (410 files)
70
70
// null // Exclude no files - As all tests contains a few million tests it can take some time. (622+ files)
71
- // /select[45]\.test/ // get all exept select5.test - as its taking days to complete
71
+ / s e l e c t [ 4 5 ] \. t e s t / // get all exept select5.test - as its taking days to complete
72
72
73
73
) ;
74
74
You can’t perform that action at this time.
0 commit comments