Imported Upstream version 2.73.3
[platform/upstream/glib.git] / .gitlab-ci / run-tests.sh
1 #!/bin/bash
2
3 meson test \
4         -C _build \
5         --timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" \
6         --no-suite flaky \
7         "$@"