mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 15:41:01 +00:00
test: buildsys: allow to execute vzdump tests in parallel
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
13f8e3b073
commit
41303e9779
@ -21,8 +21,13 @@ test-replication:
|
||||
test-mail:
|
||||
./mail_test.pl
|
||||
|
||||
test-vzdump:
|
||||
test-vzdump: test-vzdump-guest-included test-vzdump-retention
|
||||
|
||||
.PHONY: test-vzdump-guest-included test-vzdump-retention
|
||||
test-vzdump-guest-included:
|
||||
./vzdump_guest_included_test.pl
|
||||
|
||||
test-vzdump-retention:
|
||||
./vzdump_new_retention_test.pl
|
||||
|
||||
.PHONY: install
|
||||
|
Loading…
Reference in New Issue
Block a user