[pve-devel] [PATCH manager 4/4] test: vzdump: rename vzdump_new_retention_test.pl to vzdump_new_test.pl
Fabian Ebner
f.ebner at proxmox.com
Fri Feb 12 13:23:23 CET 2021
as it now also includes tests for new() with non-retention options.
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
test/Makefile | 8 ++++----
test/{vzdump_new_retention_test.pl => vzdump_new_test.pl} | 0
2 files changed, 4 insertions(+), 4 deletions(-)
rename test/{vzdump_new_retention_test.pl => vzdump_new_test.pl} (100%)
diff --git a/test/Makefile b/test/Makefile
index d383e89f..eb6f38f1 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -18,14 +18,14 @@ replication%.t: replication_test%.pl
test-mail:
./mail_test.pl
-test-vzdump: test-vzdump-guest-included test-vzdump-retention
+test-vzdump: test-vzdump-guest-included test-vzdump-new
-.PHONY: test-vzdump-guest-included test-vzdump-retention
+.PHONY: test-vzdump-guest-included test-vzdump-new
test-vzdump-guest-included:
./vzdump_guest_included_test.pl
-test-vzdump-retention:
- ./vzdump_new_retention_test.pl
+test-vzdump-new:
+ ./vzdump_new_test.pl
.PHONY: install
install:
diff --git a/test/vzdump_new_retention_test.pl b/test/vzdump_new_test.pl
similarity index 100%
rename from test/vzdump_new_retention_test.pl
rename to test/vzdump_new_test.pl
--
2.20.1
More information about the pve-devel
mailing list