Skip to content

Commit

Permalink
fix zombie testing after stop
Browse files Browse the repository at this point in the history
  • Loading branch information
darobin committed Mar 21, 2014
1 parent fba52a3 commit 3f37c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/runner/runner.js
Expand Up @@ -332,6 +332,7 @@ TestControl.prototype = {
},

set_stop: function() {
clearTimeout(this.runner.timeout);
this.pause_button.disabled = false;
this.start_button.textContent = "Stop";
this.path_input.disabled = true;
Expand Down

0 comments on commit 3f37c7a

Please sign in to comment.