diff --git a/test/saucelabs.js b/test/saucelabs.js index 0a5a76e5b..2fbe0d907 100644 --- a/test/saucelabs.js +++ b/test/saucelabs.js @@ -298,7 +298,8 @@ function optionToValue(name, string) { * * @private */ -function onJobRemove() { +function onJobRemove(error, res, body) { + console.log('removed job id ' + this.id + ': ' + this.url); this.id = this.url = null; this.removing = false; this.emit('remove');