Skip to content

Commit

Permalink
set -u flag in verbosity test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Jan 18, 2025
1 parent 9c9c9ae commit 3021fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_empty_output/test_empty_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def test_empty_output():
output_verbose = subprocess.run(
["python", verbose_file],
["python", "-u", verbose_file],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
text=True,
Expand Down

0 comments on commit 3021fb9

Please sign in to comment.