aboutsummaryrefslogtreecommitdiffstats
path: root/build/tasks
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-10-04 14:05:52 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-10-04 14:06:05 +0200
commita8f5e3c399844f82e67ffdceb29dbbfb0e1314db (patch)
treeedc1c742c6eef9b829bba64d2706ef8e591e111a /build/tasks
parent3d9545ad2719853a075a00646458dfc679074d72 (diff)
downloadjquery-ui-a8f5e3c399844f82e67ffdceb29dbbfb0e1314db.tar.gz
jquery-ui-a8f5e3c399844f82e67ffdceb29dbbfb0e1314db.zip
Grunt/testswarm: Undo the change from 6e55168318495da50cae457433eae2438699e1f3 to see if its responsible for the position errors in IE8
Diffstat (limited to 'build/tasks')
-rw-r--r--build/tasks/testswarm.js2
1 files changed, 1 insertions, 1 deletions
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 + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
+ jobName: 'jQuery UI ' + version + '<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 7 ) + '</a>',
runMax: config.runMax,
"runNames[]": Object.keys(tests),
"runUrls[]": testUrls,