Skip to content

Commit

Permalink
Also run logs.html against TestSwarm
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Jan 3, 2013
1 parent b339e72 commit 20e3cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ grunt.registerTask( "build-git", function( sha ) {
grunt.registerTask( "testswarm", function( commit, configFile ) {
var testswarm = require( "testswarm" ),
config = grunt.file.readJSON( configFile ).qunit,
suites = ["index.html", "async.html"];
suites = ["index.html", "async.html", "logs.html"];
testswarm({
url: config.swarmUrl,
pollInterval: 10000,
Expand Down

0 comments on commit 20e3cd5

Please sign in to comment.