Skip to content

Commit

Permalink
Remove verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 3, 2024
1 parent e7dc35a commit 3903952
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/Integration/DeployerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ protected function assertPreConditions(): void
*/
public function it_deploys(): void
{
exec(sprintf('cd %s && php %s deploy -n -vvv', __DIR__, '../../vendor/bin/dep'), $output, $return);

fwrite(STDERR, print_r($output, true));
exec(sprintf('cd %s && php %s deploy -n', __DIR__, '../../vendor/bin/dep'), $output, $return);

$this->assertSame(0, $return);

Expand Down

0 comments on commit 3903952

Please sign in to comment.