Skip to content

Commit

Permalink
do not echo scrubber to stdout/stderr
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi Z <[email protected]>
  • Loading branch information
skyzh committed Sep 20, 2024
1 parent 53ade34 commit 0d1e1d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_runner/fixtures/neon_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -4638,11 +4638,11 @@ def scrubber_cli(
(output_path, stdout, status_code) = subprocess_capture(
self.log_dir,
args,
echo_stderr=True,
echo_stdout=True,
echo_stderr=False,
echo_stdout=False,
env=env,
check=False,
capture_stdout=True,
capture_stdout=False,
timeout=timeout,
)
if status_code:
Expand Down

0 comments on commit 0d1e1d3

Please sign in to comment.