diff --git a/test/saucelabs.js b/test/saucelabs.js index ed5ea98a5..9a1c43b91 100644 --- a/test/saucelabs.js +++ b/test/saucelabs.js @@ -423,7 +423,7 @@ Job.prototype.restart = function(callback) { label = options.name + ':'; logInline(); - console.log(label + ' ' + description + ' restart #%d', ++this.attempts); + console.log(label + ' ' + description + ' restart #%d of %d', ++this.attempts, this.retries); this.stop(_.bind(this.start, this, callback)); };