323edc9d03
Add nbdinfo --map --totals and --can/--is options. resolves: rhbz#1950630
29 lines
709 B
Diff
29 lines
709 B
Diff
From 2fb27319faf810342fd5c5e55a567e9a4df4a357 Mon Sep 17 00:00:00 2001
|
|
From: Martin Kletzander <mkletzan@redhat.com>
|
|
Date: Tue, 22 Jun 2021 16:18:13 +0200
|
|
Subject: [PATCH] fuse: move check-valgrind out from condition
|
|
|
|
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
|
|
(cherry picked from commit 386685490d669f0940865e23f133013289e73b06)
|
|
---
|
|
fuse/Makefile.am | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/fuse/Makefile.am b/fuse/Makefile.am
|
|
index 8c66193..d869186 100644
|
|
--- a/fuse/Makefile.am
|
|
+++ b/fuse/Makefile.am
|
|
@@ -95,7 +95,7 @@ TESTS += \
|
|
test-errors.sh \
|
|
$(NULL)
|
|
|
|
+endif HAVE_FUSE
|
|
+
|
|
check-valgrind:
|
|
LIBNBD_VALGRIND=1 $(MAKE) check
|
|
-
|
|
-endif HAVE_FUSE
|
|
--
|
|
2.31.1
|
|
|