mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Revert "Grunt/testswarm: Undo the change from 6e55168318
to see if its responsible for the position errors in IE8"
This reverts commit a8f5e3c399
.
Did not have any effect on TestSwarm
This commit is contained in:
parent
a8f5e3c399
commit
7009e9b332
@ -51,7 +51,7 @@ function submit( commit, tests, configFile, version, done ) {
|
|||||||
}, {
|
}, {
|
||||||
authUsername: config.authUsername,
|
authUsername: config.authUsername,
|
||||||
authToken: config.authToken,
|
authToken: config.authToken,
|
||||||
jobName: 'jQuery UI ' + version + '<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 7 ) + '</a>',
|
jobName: 'jQuery UI ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
|
||||||
runMax: config.runMax,
|
runMax: config.runMax,
|
||||||
"runNames[]": Object.keys(tests),
|
"runNames[]": Object.keys(tests),
|
||||||
"runUrls[]": testUrls,
|
"runUrls[]": testUrls,
|
||||||
|
Loading…
Reference in New Issue
Block a user