Remove errexit flag for test command subshell
This commit is contained in:
@@ -114,7 +114,7 @@ def build(project_dir, output_dir, test_command, test_requires, test_extras, bef
|
|||||||
|
|
||||||
# Run the tests from a different directory
|
# Run the tests from a different directory
|
||||||
pushd $HOME
|
pushd $HOME
|
||||||
sh -o errexit -c {test_command}
|
sh -c {test_command}
|
||||||
popd
|
popd
|
||||||
)
|
)
|
||||||
# exit if tests failed
|
# exit if tests failed
|
||||||
|
|||||||
Reference in New Issue
Block a user