From 7009e9b332a8b96bb368ff43546a9682ef20918e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Thu, 4 Oct 2012 14:45:01 +0200 Subject: [PATCH] Revert "Grunt/testswarm: Undo the change from 6e55168318495da50cae457433eae2438699e1f3 to see if its responsible for the position errors in IE8" This reverts commit a8f5e3c399844f82e67ffdceb29dbbfb0e1314db. Did not have any effect on TestSwarm --- build/tasks/testswarm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index d3d9f2040..34c17d4f6 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -51,7 +51,7 @@ function submit( commit, tests, configFile, version, done ) { }, { authUsername: config.authUsername, authToken: config.authToken, - jobName: 'jQuery UI ' + version + '' + commit.substr( 0, 7 ) + '', + jobName: 'jQuery UI ' + version + '#' + commit.substr( 0, 10 ) + '', runMax: config.runMax, "runNames[]": Object.keys(tests), "runUrls[]": testUrls, -- 2.39.5