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.
8 lines
155 B
Desktop File
8 lines
155 B
Desktop File
[Unit]
|
|
Description=TEST-61-UNITTESTS-QEMU
|
|
|
|
[Service]
|
|
ExecStartPre=rm -f /failed /testok
|
|
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
|
|
Type=oneshot
|