Skip to content

Commit

Permalink
Grunt: Rename TestSwarm job name pattern for PR. Close jquerygh-1042.
Browse files Browse the repository at this point in the history
More consistent with the other one:
 Project Name <id_type> #id.
  • Loading branch information
Krinkle authored and dmethvin committed Nov 25, 2012
1 parent 516a7a8 commit 53a0666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/" +
Expand Down

0 comments on commit 53a0666

Please sign in to comment.