diff mbox series

multipath-tools: delete auto-generated tests/test-log.d file with make clean

Message ID 20201028141411.23806-1-xose.vazquez@gmail.com (mailing list archive)
State Not Applicable, archived
Delegated to: christophe varoqui
Headers show
Series multipath-tools: delete auto-generated tests/test-log.d file with make clean | expand

Commit Message

Xose Vazquez Perez Oct. 28, 2020, 2:14 p.m. UTC
Cc: Martin Wilck <mwilck@suse.com>
Cc: Benjamin Marzinski <bmarzins@redhat.com>
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: DM-DEVEL ML <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 tests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin Wilck Oct. 30, 2020, 8:34 p.m. UTC | #1
On Wed, 2020-10-28 at 15:14 +0100, Xose Vazquez Perez wrote:
> Cc: Martin Wilck <mwilck@suse.com>
> Cc: Benjamin Marzinski <bmarzins@redhat.com>
> Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
> Cc: DM-DEVEL ML <dm-devel@redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
> ---

Nack. The correct fix is attached.
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
Xose Vazquez Perez Oct. 30, 2020, 9:14 p.m. UTC | #2
On 10/30/20 9:34 PM, Martin Wilck wrote:

> Nack. The correct fix is attached.

Tested-by: Xose Vazquez Perez <xose.vazquez@gmail.com>

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
diff mbox series

Patch

diff --git a/tests/Makefile b/tests/Makefile
index 502377f0..884c4611 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -84,7 +84,7 @@  valgrind_clean:
 
 clean: test_clean valgrind_clean dep_clean
 	$(RM) $(TESTS:%=%-test) $(OBJS) *.o.wrap
-	$(RM) -rf lib
+	$(RM) -rf lib test-log.d
 
 .SECONDARY: $(OBJS)