Skip to content

Commit

Permalink
Fix test log output regression
Browse files Browse the repository at this point in the history
  • Loading branch information
dezhidki committed Aug 4, 2023
1 parent 6887939 commit a591145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def run(args: Arguments) -> None:
env["NEW_SCREENSHOTS"] = "1"

res = run_compose(
["up", "--exit-code-from", "tests", "--abort-on-container-exit", "tests"],
["up", "--exit-code-from", "tests", "--attach", "tests", "tests"],
"test",
override_profile=False,
extra_env=env,
Expand Down

0 comments on commit a591145

Please sign in to comment.