diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-30 22:43:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-30 22:43:49 +0000 |
commit | ad3d25745d628d8c9e94db0684516cb69cab513e (patch) | |
tree | 8aa0adbd37c270b83c472ce29c39b7bd4d23389c | |
parent | Merging upstream version 2.5. (diff) | |
download | nvme-cli-ad3d25745d628d8c9e94db0684516cb69cab513e.tar.xz nvme-cli-ad3d25745d628d8c9e94db0684516cb69cab513e.zip |
Refreshing meson-nose2.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/debian/0001-meson-nose2.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/debian/0001-meson-nose2.patch b/debian/patches/debian/0001-meson-nose2.patch index 4929c6a..37b5717 100644 --- a/debian/patches/debian/0001-meson-nose2.patch +++ b/debian/patches/debian/0001-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 -@@ -30,7 +30,7 @@ tests = [ - 'nvme_get_lba_status_test.py', +@@ -31,7 +31,7 @@ tests = [ + 'nvme_ctrl_reset_test.py', ] - + -runtests = find_program('nose2', required : false) +runtests = find_program('nose2-3', required : false) - + if meson.version().version_compare('>= 0.56') nvmecli_path = meson.project_build_root() |