diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-12-28 20:20:29 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-12-28 20:20:29 +0100 |
commit | 5f1e2551fad3c3892d291fc531bd1c66a09ac61a (patch) | |
tree | 77f396dbc3888485284e232df5db1cc0a929e4ad | |
parent | c7de34c7a292e6c75cbb756ca92c5c4696012772 (diff) | |
download | debvm-5f1e2551fad3c3892d291fc531bd1c66a09ac61a.tar.gz |
autopkgtest: use negation to exclude 32bit arm
Suggested-by: Paul Gevers <elbrus@debian.org>
-rw-r--r-- | debian/tests/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control index 4b92b4b..8c506ff 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -2,13 +2,13 @@ Test-Command: setsid ./tests/create-and-run.sh $(dpkg --print-architecture) "" Depends: debian-archive-keyring, debvm, file, openssh-client, seabios [ppc64el] Restrictions: allow-stderr, needs-internet, needs-root # Skip running on armel and armhf as the emulation is too slow there to actually work. -Architecture: amd64 arm64 i386 mips64el mipsel ppc64el riscv64 s390x +Architecture: !armel !armhf Test-Command: unshare -U -m -p -f -r --mount-proc true || exit 77; ./tests/create-and-run.sh $(dpkg --print-architecture) "" Depends: debian-archive-keyring, debvm, file, openssh-client, seabios [ppc64el], uidmap Restrictions: allow-stderr, needs-internet, skippable # Skip running on armel and armhf as the emulation is too slow there to actually work. -Architecture: amd64 arm64 i386 mips64el mipsel ppc64el riscv64 s390x +Architecture: !armel !armhf Features: test-name=hint-testsuite-triggers Test-Command: false |