mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
10 lines
202 B
Bash
Executable File
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 \
|
|
"$@"
|