Skip to content
Permalink
Browse files
Grunt: Update testswarm task to use new module filter, reduces duplic…
…ation when running, should speed things up
  • Loading branch information
jzaefferer committed Jun 13, 2012
1 parent 7c16273 commit 1ea4fe7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -135,7 +135,7 @@ module.exports = function( grunt ) {
config = grunt.file.readJSON( configFile ).jquery;
var tests = "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue selector support traversing".split( " " );
tests.forEach(function( test ) {
testUrls.push( config.testUrl + commit + "/test/index.html?filter=" + test );
testUrls.push( config.testUrl + commit + "/test/index.html?module=" + test );
});
testswarm({
url: config.swarmUrl,

0 comments on commit 1ea4fe7

Please sign in to comment.