glib/.gitlab-ci/run-tests.sh

12 lines
210 B
Bash
Raw Normal View History

#!/bin/bash
set -e
./.gitlab-ci/check-missing-install-tag.py _build
meson test \
-C _build \
--timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" \
--no-suite flaky \
"$@"