]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Fixed TestSwarm submission.
authorScott González <scott.gonzalez@gmail.com>
Wed, 2 Oct 2013 14:15:47 +0000 (10:15 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 2 Oct 2013 14:15:47 +0000 (10:15 -0400)
build/tasks/testswarm.js

index 0df18ea72b352f25240a410022816ba4f590cd99..c1b75614fa59e6adaada50ab550b1065065e34a7 100644 (file)
@@ -76,7 +76,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 ) {