Selectmenu: Fix testswarm job title

This commit is contained in:
Jörn Zaefferer 2012-11-15 21:18:33 +01:00
parent dff99176c9
commit a2d3ef39bf

View File

@ -51,7 +51,7 @@ function submit( commit, tests, configFile, version, done ) {
authUsername: config.authUsername,
authToken: config.authToken,
// TODO don't merge this to master, or undo it
jobName: 'jQuery UI (Selectmenu)' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
jobName: 'jQuery UI / Selectmenu ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
runMax: config.runMax,
"runNames[]": Object.keys( tests ),
"runUrls[]": testUrls,