From 53a06660d82d03dfff52a03a91f7d4408b6e6e47 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sun, 25 Nov 2012 19:50:49 +0100 Subject: [PATCH] Grunt: Rename TestSwarm job name pattern for PR. Close gh-1042. More consistent with the other one: Project Name #id. --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index 11b0d6680..dad96b77d 100644 --- a/grunt.js +++ b/grunt.js @@ -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 #" + pull[ 1 ] + ""; } else { jobName = "jQuery commit #