diff options
author | Timo Tijhof <krinklemail@gmail.com> | 2012-11-25 19:50:49 +0100 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-11-25 15:30:35 -0500 |
commit | 53a06660d82d03dfff52a03a91f7d4408b6e6e47 (patch) | |
tree | a4c40693659340d6ecb7be4769983d21ec14ea32 | |
parent | 516a7a8792200614d43caf1c9a004760fb5fec68 (diff) | |
download | jquery-53a06660d82d03dfff52a03a91f7d4408b6e6e47.tar.gz jquery-53a06660d82d03dfff52a03a91f7d4408b6e6e47.zip |
Grunt: Rename TestSwarm job name pattern for PR. Close gh-1042.
More consistent with the other one:
Project Name <id_type> #id.
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ module.exports = function( grunt ) { tests = "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue serialize support traversing Sizzle".split(" "); if ( pull ) { - jobName = "jQuery Pull Request <a href='https://github.com/jquery/jquery/pull/" + + jobName = "jQuery pull <a href='https://github.com/jquery/jquery/pull/" + pull[ 1 ] + "'>#" + pull[ 1 ] + "</a>"; } else { jobName = "jQuery commit #<a href='https://github.com/jquery/jquery/commit/" + |