[pve-devel] [PATCH ha-manager v3 2/6] add missing cleanup for fence config regression testsuite
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Sep 14 11:29:41 CEST 2016
we did not clean up the generated file from the fence config parser
self check, add them to the clean target.
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
src/test/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/Makefile b/src/test/Makefile
index 6b1d4f9..e54959f 100644
--- a/src/test/Makefile
+++ b/src/test/Makefile
@@ -12,4 +12,4 @@ test:
.PHONY: clean
clean:
rm -rf *~ test-*/log test-*/*~ test-*/status \
- fence_cfgs/*.cfg.commands
+ fence_cfgs/*.cfg.commands fence_cfgs/*.write
--
2.1.4
More information about the pve-devel
mailing list