1d0cc57086
The cuttlefish-runner.sh script was failing before reaching the test suite execution (which was not executing the complete test suite due to the previous non-catched failures, and was erroneous passing) and we were not catching that. Add set -e so we can catch those. Signed-off-by: Helen Koike <helen.koike@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21941>