Skip to content

Commit 5a08dff

Browse files
committed
making stream output disabled by default
1 parent 8759ab5 commit 5a08dff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/VoltTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,8 @@ public function scenario(string $name, string $description = ''): Scenario
105105
return $scenario;
106106
}
107107

108-
public function run(bool $streamOutput = true): TestResult
108+
public function run(bool $streamOutput = false): TestResult
109109
{
110-
$voltTestPath = Platform::getBinaryPath();
111-
// Prepare final config
112110
$config = $this->prepareConfig();
113111

114112
$output = $this->processManager->execute($config, $streamOutput);

0 commit comments

Comments
 (0)