mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
b152adbfa9
test-loop-block needs to run in qemu, so we are currently not testing it in the CI. Run it by itself in a separate job from TEST-02-UNITTESTS to avoid slowing that suite down. Fixes https://github.com/systemd/systemd/issues/19966 Disable it in the bionic-* CI for now, as it's affected by the same uevent ordering issue as TEST-50-DISSECT which makes it flaky.
9 lines
115 B
Bash
Executable File
9 lines
115 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eux
|
|
set -o pipefail
|
|
|
|
TESTS_GLOB="test-loop-block"
|
|
. $(dirname $0)/testsuite-02.sh
|
|
|
|
exit 0
|