diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-26 05:21:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-26 05:21:34 +0000 |
commit | fbc8f98006152a38f1abef80dd10655803c6d396 (patch) | |
tree | 008245f82421bdc25a69dd1e9b3b7ef2f0a9353a | |
parent | Merging upstream version 2.1~rc0 (Closes: #1015722). (diff) | |
download | nvme-cli-fbc8f98006152a38f1abef80dd10655803c6d396.tar.xz nvme-cli-fbc8f98006152a38f1abef80dd10655803c6d396.zip |
Refreshing meson-nose2.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/debian/0002-meson-nose2.patch | 6 |
1 files 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 |