From fbc8f98006152a38f1abef80dd10655803c6d396 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 26 Jul 2022 07:21:15 +0200 Subject: Refreshing meson-nose2.patch. Signed-off-by: Daniel Baumann --- debian/patches/debian/0002-meson-nose2.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/patches/debian/0002-meson-nose2.patch b/debian/patches/debian/0002-meson-nose2.patch index 19bcc0e..914f5a3 100644 --- a/debian/patches/debian/0002-meson-nose2.patch +++ b/debian/patches/debian/0002-meson-nose2.patch @@ -4,12 +4,12 @@ Description: Updating meson to find /usr/bin/nose2-3 (python3). diff -Naurp nvme-cli.orig/tests/meson.build nvme-cli/tests/meson.build --- nvme-cli.orig/tests/meson.build +++ nvme-cli/tests/meson.build -@@ -24,7 +24,7 @@ tests = [ - 'nvme_get_lba_status_test', +@@ -30,7 +30,7 @@ tests = [ + 'nvme_get_lba_status_test.py', ] -runtests = find_program('nose2', required : false) +runtests = find_program('nose2-3', required : false) if runtests.found() - foreach t : tests + foreach file : infra + tests -- cgit v1.2.3