gtk/.gitlab-ci/run-tests.sh
Emmanuele Bassi c4dfacc404 ci: Add missing newline escape
Otherwise we're going to run the accessibility test suite, and it's
going to fail.
2020-02-11 13:39:52 +00:00

12 lines
195 B
Bash
Executable File

#!/bin/bash
set -e
builddir=$1
cd ${builddir}
xvfb-run -a -s "-screen 0 1024x768x24" \
meson test --print-errorlogs \
--suite=gtk \
--no-suite=gtk:a11y