From a8f5e3c399844f82e67ffdceb29dbbfb0e1314db Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Thu, 4 Oct 2012 14:05:52 +0200 Subject: Grunt/testswarm: Undo the change from 6e55168318495da50cae457433eae2438699e1f3 to see if its responsible for the position errors in IE8 --- build/tasks/testswarm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/tasks') diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 34c17d4f6..d3d9f2040 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, 10 ) + '', + jobName: 'jQuery UI ' + version + '' + commit.substr( 0, 7 ) + '', runMax: config.runMax, "runNames[]": Object.keys(tests), "runUrls[]": testUrls, -- cgit v1.2.3