From: Matthias Clasen Date: Thu, 11 May 2023 14:18:22 +0000 (-0400) Subject: ci: Stop special-casing broadway X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~275^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=70552506923185547a896e5e37283fd3650e98b3;p=gtk4.git ci: Stop special-casing broadway We are not running the broadway tests anymore, so no need to special-case them in the run-test.sh script either. --- diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh index 96455eacc7..53d73beb36 100755 --- a/.gitlab-ci/run-tests.sh +++ b/.gitlab-ci/run-tests.sh @@ -69,9 +69,6 @@ case "${backend}" in --no-suite=flaky \ --no-suite=gsk-compare-opengl - # don't let Broadway failures fail the run, for now - exit_code=0 - kill ${server} ;;