]> git.proxmox.com Git - pve-installer.git/commitdiff
buildsys: dump environment in all test cases
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Jun 2023 14:34:17 +0000 (16:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Jun 2023 14:38:49 +0000 (16:38 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index b2149d99f29c147092dbe41cd15f44482543c8e4..08a21a3fbd8cd4c369acac00e16c05b36ce77b21 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -131,10 +131,12 @@ cd-info.test:
 
 check-pve: prepare-check-env test.img
        rm -f cd-info.test; $(MAKE) cd-info.test
+       ./proxmox-low-level-installer dump-env -t
        G_SLICE=always-malloc perl -I testdir/usr/share/perl5 testdir/usr/bin/proxinstall -t test.img
 
 check-pve-multidisks: prepare-check-env test.img test2.img test3.img test4.img test5.big.img
        rm -f cd-info.test; $(MAKE) cd-info.test
+       ./proxmox-low-level-installer dump-env -t
        G_SLICE=always-malloc perl -I testdir/usr/share/perl5 testdir/usr/bin/proxinstall -t test.img,test2.img,test3.img,test4.img,test5.big.img
 
 check-pve-tui: prepare-check-env test.img
@@ -148,6 +150,7 @@ check-pmg: prepare-check-env test.img
            PRODUCTLONG="Proxmox Mail Gateway" \
            ISONAME='proxmox-mail-gateway' \
            cd-info.test
+       ./proxmox-low-level-installer dump-env -t
        G_SLICE=always-malloc perl -I testdir/usr/share/perl5 testdir/usr/bin/proxinstall -t test.img
 
 check-pbs: prepare-check-env test.img
@@ -156,6 +159,7 @@ check-pbs: prepare-check-env test.img
            PRODUCTLONG='Proxmox Backup Server' \
            ISONAME='proxmox-backup-server' \
            cd-info.test
+       ./proxmox-low-level-installer dump-env -t
        G_SLICE=always-malloc perl -I testdir/usr/share/perl5 testdir/usr/bin/proxinstall -t test.img