projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98f63d0
)
ci: Stop special-casing broadway
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 11 May 2023 14:18:22 +0000
(10:18 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 11 May 2023 23:53:03 +0000
(19:53 -0400)
We are not running the broadway tests anymore,
so no need to special-case them in the run-test.sh
script either.
.gitlab-ci/run-tests.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/run-tests.sh
b/.gitlab-ci/run-tests.sh
index 96455eacc7ccf74d4eadad581bbd5de35ef4a74d..53d73beb36ec9de2edd33c4b3a2de7d7b686b0a3 100755
(executable)
--- 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}
;;