Skip to content

Commit 6658adc

Browse files
joerickmhsmith
andauthored
Update docs/options.md
Co-authored-by: Malcolm Smith <smith@chaquo.com>
1 parent 96bd43c commit 6658adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ run your test suite.
12421242

12431243
On all platforms other than iOS, the command is run in a shell, so you can write things like `cmd1 && cmd2`.
12441244

1245-
On iOS, the value of the `CIBW_TEST_COMMAND` setting should follow the format `python -m MODULE [...ARGS]` - where MODULE is a Python module name, followed by arguments that will be assigned to `sys.argv`. Shell commands cannot be used.
1245+
On iOS, the value of the `CIBW_TEST_COMMAND` setting must follow the format `python -m MODULE [ARGS...]` - where MODULE is a Python module name, followed by arguments that will be assigned to `sys.argv`. Other commands cannot be used.
12461246

12471247
Platform-specific environment variables are also available:<br/>
12481248
`CIBW_TEST_COMMAND_MACOS` | `CIBW_TEST_COMMAND_WINDOWS` | `CIBW_TEST_COMMAND_LINUX` | `CIBW_TEST_COMMAND_IOS` | `CIBW_TEST_COMMAND_PYODIDE`

0 commit comments

Comments
 (0)