Skip to content

Commit

Permalink
chore: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfzone committed Nov 18, 2019
1 parent 973da17 commit bd6c987
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Console/BehatCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ public function handle()
}

$behatProcess->start();
$behatProcess->wait();
$behatProcess->wait(function ($type, $line) {
$this->output->write($line);
});
$this->killChildsProcess($behatProcess->getPid(), 15, false);
$behatProcess->stop();

Expand Down

0 comments on commit bd6c987

Please sign in to comment.