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; }