Skip to content

Commit 570ab0e

Browse files
committed
Temporarily force verbosity during testing.
1 parent 777398c commit 570ab0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cibuildwheel/platforms/ios.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,8 @@ def build(options: Options, tmp_path: Path) -> None:
556556
"python",
557557
testbed_path,
558558
"run",
559-
*(["--verbose"] if build_options.build_verbosity > 0 else []),
559+
# *(["--verbose"] if build_options.build_verbosity > 0 else []),
560+
"--verbose",
560561
"--",
561562
*(shlex.split(build_options.test_command)),
562563
env=build_env,

0 commit comments

Comments
 (0)