From 500422369d83b80318d8b316bf93aba2cc5c9ff1 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 26 Oct 2023 15:56:46 +0000 Subject: [PATCH] update patch. --- .../patches/disable-a-couple-more-failing-tests.patch | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/debian/patches/disable-a-couple-more-failing-tests.patch b/debian/patches/disable-a-couple-more-failing-tests.patch index 4e1ac587bb..ea07180b28 100644 --- a/debian/patches/disable-a-couple-more-failing-tests.patch +++ b/debian/patches/disable-a-couple-more-failing-tests.patch @@ -1,21 +1,16 @@ From: Peter Michael Green -Date: Thu, 19 Jan 2023 23:31:24 +0000 -X-Dgit-Generated: 4.8.3+ds-1+rpi1 f82f5d8de40e6e52679b0cd340135cc98e043737 Subject: Disable a couple more failing tests. - ---- - diff --git a/testsuite/tools/meson.build b/testsuite/tools/meson.build -index 582bce6fb8..9ee118a49a 100644 +index 54ede78118..2fdedd3278 100644 --- a/testsuite/tools/meson.build +++ b/testsuite/tools/meson.build @@ -5,7 +5,7 @@ bash = find_program('bash', required : false) if bash.found() test_env = environment() -- foreach t : ['simplify', 'simplify-3to4', 'validate', 'settings'] -+ foreach t : ['validate', 'settings'] +- foreach t : ['simplify', 'simplify-3to4', 'validate', 'enumerate', 'settings'] ++ foreach t : ['validate', 'enumerate', 'settings'] if get_option('install-tests') configure_file(output: t, input: '@0@.in'.format(t), -- 2.30.2