glib/.gitlab-ci/run-tests.sh
2022-09-20 11:30:19 -04:00

10 lines
202 B
Bash
Executable File

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