From d21e300f33c82f1f871f068c2e6d6a7b8f311d9d Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 18 Apr 2025 10:41:47 +0200 Subject: [PATCH] ci/vkd3d: drop misguided "something failed" error message Luckily the check was broken, but let's not fix it because this would cause any failure to fail the job, regardless of expectations. Part-of: --- .gitlab-ci/vkd3d-runner.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci/vkd3d-runner.sh b/.gitlab-ci/vkd3d-runner.sh index 028f5dceeac..984f3417be0 100755 --- a/.gitlab-ci/vkd3d-runner.sh +++ b/.gitlab-ci/vkd3d-runner.sh @@ -94,12 +94,6 @@ TEST_LOGS="$RESULTS_DIR/test-logs" printf '\n\n' -# Check if the executable finished (ie. no segfault). -if ! grep -E "^Finished" "$LOGFILE" > /dev/null; then - error "Failed, see ${ARTIFACTS_BASE_URL}/results/vkd3d-proton-log.txt" - exit 1 -fi - # Print list of flakes seen this time flakes_seen=() for flake in "${flakes[@]}"; do