Skip to content

Commit 79aa2f7

Browse files
authored
Update run.js
1 parent 088f5cc commit 79aa2f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ var testfiles = walkFiles(
6464

6565
/\.test$/, // Regexp for files to include (all files ending with .test )
6666

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)
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)
6969
// /\/10+\// // exclude biggest files (balance between time and depth) (410 files)
7070
// 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+
/select[45]\.test/ // get all exept select5.test - as its taking days to complete
7272

7373
);
7474

0 commit comments

Comments
 (0)