aboutsummaryrefslogtreecommitdiffstats
path: root/build/tasks/testswarm.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-10-02 10:15:32 -0400
committerScott González <scott.gonzalez@gmail.com>2013-10-02 10:15:32 -0400
commit80b17bb40a1a0956e954d41550ebdf69ee480ae2 (patch)
tree9ab2787ecba0612b59c8392a584992e3663ef2ed /build/tasks/testswarm.js
parent647b839c526d81017db341a1829677fc0e5a27d5 (diff)
downloadjquery-ui-80b17bb40a1a0956e954d41550ebdf69ee480ae2.tar.gz
jquery-ui-80b17bb40a1a0956e954d41550ebdf69ee480ae2.zip
Build: Fixed TestSwarm submission.
Diffstat (limited to 'build/tasks/testswarm.js')
-rw-r--r--build/tasks/testswarm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js
index 620c71e4b..2bce06f26 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 ) {