diff --git a/cibuildwheel/linux.py b/cibuildwheel/linux.py index 1ac2e67e..d3c13c09 100644 --- a/cibuildwheel/linux.py +++ b/cibuildwheel/linux.py @@ -114,7 +114,7 @@ def build(project_dir, output_dir, test_command, test_requires, test_extras, bef # Run the tests from a different directory pushd $HOME - sh -o errexit -c {test_command} + sh -c {test_command} popd ) # exit if tests failed