From df72264891212bc9846649f3f769a1c44fe787bf Mon Sep 17 00:00:00 2001 From: наб Date: Mon, 11 Nov 2024 15:06:27 +0100 Subject: Only run valgrind in tests if valgrind available on host --- test/integration/test-apt-update-simple | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'test/integration/test-apt-update-simple') diff --git a/test/integration/test-apt-update-simple b/test/integration/test-apt-update-simple index 0d28034aa..6855f1d1f 100755 --- a/test/integration/test-apt-update-simple +++ b/test/integration/test-apt-update-simple @@ -34,9 +34,4 @@ main/i18n/Translation-de' aptget indextargets --format '$(METAKEY)' # Check that -o Acquire::Queue-Mode=access does not crash find rootdir/var/lib/apt/lists/ -type f -delete -if [ "$(command dpkg --print-architecture)" = "armhf" ]; then - msgskip "valgrind on armhf is broken" - testsuccess aptget update -o Acquire::Queue-Mode=access -else - testsuccess valgrind aptget update -o Acquire::Queue-Mode=access -fi +testsuccess valgrind aptget update -o Acquire::Queue-Mode=access -- cgit v1.2.3-70-g09d2