mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 03:58:26 +00:00
allow to run some tests in parallel
the replication test are not yet ready for that, but the others can be run in parallel Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f1ea8ca4f1
commit
cd3b6b0177
@ -4,15 +4,23 @@ all:
|
||||
|
||||
export PERLLIB=..
|
||||
|
||||
check:
|
||||
.PHONY: check
|
||||
check: replication_test balloon_test mail_test
|
||||
|
||||
balloon_test:
|
||||
./balloontest.pl
|
||||
|
||||
replication_test:
|
||||
./replication_test1.pl
|
||||
./replication_test2.pl
|
||||
./replication_test3.pl
|
||||
./replication_test4.pl
|
||||
./replication_test5.pl
|
||||
./replication_test6.pl
|
||||
|
||||
mail_test:
|
||||
./mail_test.pl
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user