From dad2c90a74438eec521e7087a2643243a333cf91 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Wed, 26 Mar 2025 11:01:18 +0100 Subject: [PATCH] test: run quick copy-file autopkgtest first The autopkgtest copy-file is a quickly running test. Run it before the more expensive tests are run. --- debian/tests/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/tests/control b/debian/tests/control index a91e6bb..c69689e 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,7 @@ +Tests: copy-file +Restrictions: needs-root, breaks-testbed, skip-not-installable, superficial, allow-stderr +Depends: linux-image-generic, zstd, @ + Tests: qemu-klibc Architecture: amd64 armhf s390x Restrictions: needs-root, breaks-testbed @@ -90,7 +94,3 @@ Depends: busybox | busybox-initramfs, tgt, zstd, @ - -Tests: copy-file -Restrictions: needs-root, breaks-testbed, skip-not-installable, superficial, allow-stderr -Depends: linux-image-generic, zstd, @