Skip to content

Commit

Permalink
add setPty to test command
Browse files Browse the repository at this point in the history
  • Loading branch information
MoamenEltouny committed Sep 9, 2023
1 parent 30676e4 commit b06bc6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Commands/Test.php
Expand Up @@ -31,6 +31,7 @@ protected function exec()
}

$process = Process::fromShellCommandline($command);
$process->setPty(true);
$process->run();
}
}

0 comments on commit b06bc6e

Please sign in to comment.