Skip to content

Commit

Permalink
Merge pull request #34 from markhuot/removing-hardcoded-tty
Browse files Browse the repository at this point in the history
removing hardcoded tty
  • Loading branch information
markhuot authored Sep 30, 2024
2 parents b94dcb4 + a3c9a07 commit 6d1bfdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/console/PestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ protected function runTests()
}

$process = new Process(['./vendor/bin/pest', ...$pestOptions]);
$process->setTty(true);
$process->setTimeout(null);
$process->start();

Expand Down

0 comments on commit 6d1bfdc

Please sign in to comment.