diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-16 18:26:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-16 18:26:40 +0000 |
commit | adf2506a5481990ef1ddb8a44261746f18c69c06 (patch) | |
tree | 864813d83572e4a0365a9225261230483eca4dea /debian/tests/upstream | |
parent | Merging upstream version 256.5. (diff) | |
download | systemd-adf2506a5481990ef1ddb8a44261746f18c69c06.tar.xz systemd-adf2506a5481990ef1ddb8a44261746f18c69c06.zip |
Adding debian version 256.5-1.debian/256.5-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/upstream')
-rwxr-xr-x | debian/tests/upstream | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/tests/upstream b/debian/tests/upstream index 7d81f29..1ca3df3 100755 --- a/debian/tests/upstream +++ b/debian/tests/upstream @@ -123,6 +123,11 @@ if [ ! -e /dev/kvm ]; then export TEST_NO_KVM=1 fi +# This test causes qemu to crash too often +if [ "${DEB_BUILD_PROFILES#*pkg.systemd.upstream*}" = "${DEB_BUILD_PROFILES:-}" ]; then + export TEST_SKIP=TEST-64-UDEV-STORAGE +fi + export ARTIFACT_DIRECTORY="$AUTOPKGTEST_ARTIFACTS" export PATH="${mkosi_tree}/bin:$PATH" export TEST_SAVE_JOURNAL=fail |