Skip to content

Commit

Permalink
[TravisCI] Added debug message for SauceLabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Jun 13, 2014
1 parent 14fbf46 commit 4d95b55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/RunSauceLabs.hx
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,14 @@ class RunSauceLabs {
}
}
success = success && test;
console.log("[debug] success: " + success);

//let saucelabs knows the result
browser.sauceJobUpdate({ passed: test }, function(err) {
console.log("[debug] job update: " + err);
if (!handleError(err)) return;
browser.quit(function(err) {
console.log("[debug] browser quit: " + err);
if (!handleError(err)) return;
testBrowsers(browsers);
});
Expand Down

0 comments on commit 4d95b55

Please sign in to comment.