Skip to content

Commit

Permalink
Build: Fix TestSwarm config after renaming test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed Sep 11, 2014
1 parent 3f08a1a commit faf5e97
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Gruntfile.js
Expand Up @@ -137,9 +137,10 @@ grunt.registerTask( "testswarm", function( commit, configFile, projectName, brow
}
timeout = timeout || 1000 * 60 * 15;

[ "index", "async", "setTimeout" ].forEach(function( suite ) {
runs[ suite ] = config.testUrl + commit + "/test/" + suite + ".html";
});
[ "index", "autostart", "startError", "logs", "setTimeout" ]
.forEach(function( suite ) {
runs[ suite ] = config.testUrl + commit + "/test/" + suite + ".html";
});

testswarm
.createClient({
Expand Down

0 comments on commit faf5e97

Please sign in to comment.