aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-06-14 00:33:10 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-06-14 00:33:10 +0200
commit1ea4fe705207476698e7768036343b2ebe3bb31f (patch)
tree9e74b9ccda78d7fe614dc1d37e650c381b1b4b56
parent7c16273b1c5d7dd4377adf9d82063edb5c61429c (diff)
downloadjquery-1ea4fe705207476698e7768036343b2ebe3bb31f.tar.gz
jquery-1ea4fe705207476698e7768036343b2ebe3bb31f.zip
Grunt: Update testswarm task to use new module filter, reduces duplication when running, should speed things up
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 6fd4f7d9f..4493e083f 100644
--- a/grunt.js
+++ b/grunt.js
@@ -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,