We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777398c commit 570ab0eCopy full SHA for 570ab0e
cibuildwheel/platforms/ios.py
@@ -556,7 +556,8 @@ def build(options: Options, tmp_path: Path) -> None:
556
"python",
557
testbed_path,
558
"run",
559
- *(["--verbose"] if build_options.build_verbosity > 0 else []),
+ # *(["--verbose"] if build_options.build_verbosity > 0 else []),
560
+ "--verbose",
561
"--",
562
*(shlex.split(build_options.test_command)),
563
env=build_env,
0 commit comments