Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Commit

Permalink
fixup! Set harness status correctly when tests time out.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed May 31, 2014
1 parent 9c2d6c6 commit 489a57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testharness.js
Expand Up @@ -1073,7 +1073,7 @@ policies and contribution forms [3].
};

Tests.prototype.timeout = function() {
if (this.status.status == null) {
if (this.status.status === null) {
this.status.status = this.status.TIMEOUT;
}
this.complete();
Expand Down

0 comments on commit 489a57c

Please sign in to comment.