From 39f5bbf8711d54b1b5e4ce82ddaadd4565680135 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 14 Jun 2024 15:35:02 +0200 Subject: [PATCH] ci/vkd3d: drop redundant "vkd3d-proton execution: SUCCESS" The `+ exit 0` on the next line says the same thing, and we no longer use that string for grepping the status anyway. Part-of: --- .gitlab-ci/vkd3d-proton/run.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci/vkd3d-proton/run.sh b/.gitlab-ci/vkd3d-proton/run.sh index 249e0252b2a..cf96aa5fe7e 100755 --- a/.gitlab-ci/vkd3d-proton/run.sh +++ b/.gitlab-ci/vkd3d-proton/run.sh @@ -70,6 +70,4 @@ if ! /vkd3d-proton-tests/x64/bin/d3d12 > "$RESULTS/vkd3d-proton-log.txt"; then fi fi -printf "%s\n" "vkd3d-proton execution: SUCCESS" - exit 0