Skip to content

Commit 8b3b1de

Browse files
committed
lets run all the tests in testswarm
1 parent e94d246 commit 8b3b1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function submit( commit, tests, configFile, done ) {
4949
grunt.registerTask( "testswarm", function( commit, configFile ) {
5050
// TODO currently using only the first five somewhat stable testsuites
5151
// need to expand this
52-
var tests = grunt.config.get('global').test_paths.slice( 0, 20 );
52+
var tests = grunt.config.get('global').test_paths;
5353
var test,
5454
latestTests = {};
5555
for ( var i = 0; i < tests.length; i++ ) {

0 commit comments

Comments
 (0)