Remove errexit flag for test command subshell

This commit is contained in:
Gertjan van den Burg
2019-11-08 10:53:06 +00:00
parent f716f87a04
commit def8f9a2e3
+1 -1
View File
@@ -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