From 68772769f8c192f1f1962b6bfdb8d2aef19aa88b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 2 Oct 2013 10:15:32 -0400 Subject: [PATCH] Build: Fixed TestSwarm submission. (cherry picked from commit 80b17bb40a1a0956e954d41550ebdf69ee480ae2) --- build/tasks/testswarm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 1dc2a2d13..33da9f383 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -77,7 +77,7 @@ grunt.registerTask( "testswarm", function( commit, configFile ) { for ( test in tests ) { latestTests[ test ] = tests[ test ] + "?nojshint=true"; } - submit( commit, latestTests, configFile, false, this.async() ); + submit( commit, latestTests, configFile, "", this.async() ); }); grunt.registerTask( "testswarm-multi-jquery", function( commit, configFile, minor ) { -- 2.39.5