From 150ecaf586717fa7591bf67bbd43172d74c0fedc Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Thu, 11 Sep 2014 17:36:16 -0500 Subject: [PATCH] Build: Fix TestSwarm config after renaming test suite --- Gruntfile.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4d23ba31d..22f207282 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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", "setTimeout" ] + .forEach(function( suite ) { + runs[ suite ] = config.testUrl + commit + "/test/" + suite + ".html"; + }); testswarm .createClient({