Refreshing meson-nose2.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
316e846c86
commit
3b9ed3daa3
1 changed files with 3 additions and 3 deletions
6
debian/patches/debian/0002-meson-nose2.patch
vendored
6
debian/patches/debian/0002-meson-nose2.patch
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue