Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Show stacks in the event of unexpected failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mossop committed Jan 3, 2013
1 parent 27750cd commit 06cfb41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/sdk/test/harness.js
Expand Up @@ -355,6 +355,8 @@ TestRunnerTinderboxConsole.prototype = {
}

this.print(type + " | " + test + " | " + message + "\n");
if (!expected)
this.trace();
},

log: function log() {
Expand Down

0 comments on commit 06cfb41

Please sign in to comment.