From bec7b417ca9b43992bdaa09917fbf388c249145d Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 14 Jun 2024 15:09:41 +0200 Subject: [PATCH] ci/vkd3d: don't ignore errors There was not even a matching `set -e` to restore the state afterwards, so we just stopped caring about errors from that point forward. Part-of: --- .gitlab-ci/vkd3d-proton/run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/vkd3d-proton/run.sh b/.gitlab-ci/vkd3d-proton/run.sh index f885f222953..998aa9a8518 100755 --- a/.gitlab-ci/vkd3d-proton/run.sh +++ b/.gitlab-ci/vkd3d-proton/run.sh @@ -52,7 +52,6 @@ fi quiet printf "%s\n" "Running vkd3d-proton testsuite..." -set +e if ! /vkd3d-proton-tests/x64/bin/d3d12 > "$RESULTS/vkd3d-proton.log"; then # Check if the executable finished (ie. no segfault).