summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-tests.sh
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-01-29 12:31:00 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-02-11 13:39:52 +0000
commitc4dfacc40422905b5d9062d61914ede368df2b7f (patch)
tree2784d23c1d2c8042076b88b39fbd9a1bb7b308d3 /.gitlab-ci/run-tests.sh
parentc00896a090ec0a95fdc62476513cf8be380e1da5 (diff)
downloadgtk+-c4dfacc40422905b5d9062d61914ede368df2b7f.tar.gz
ci: Add missing newline escape
Otherwise we're going to run the accessibility test suite, and it's going to fail.
Diffstat (limited to '.gitlab-ci/run-tests.sh')
-rwxr-xr-x.gitlab-ci/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index ad3a4a7491..136988e11e 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -7,5 +7,5 @@ builddir=$1
cd ${builddir}
xvfb-run -a -s "-screen 0 1024x768x24" \
meson test --print-errorlogs \
- --suite=gtk
+ --suite=gtk \
--no-suite=gtk:a11y