From 4c63be066fa6fb8150c311f46ddc4dd078edeed5 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 24 Apr 2014 09:55:17 -0700 Subject: [PATCH] Change wording to `retry`. --- test/saucelabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/saucelabs.js b/test/saucelabs.js index 0f2769611..0dff25b90 100644 --- a/test/saucelabs.js +++ b/test/saucelabs.js @@ -320,7 +320,7 @@ if (!result || failures || reError.test(result.message)) { if (this.attempts < maxRetries) { this.attempts++; - console.log(label + ' ' + description + ' attempt %d', this.attempts); + console.log(label + ' ' + description + ' retry #%d', this.attempts); this.run(); return; }