]> git.ipfire.org Git - thirdparty/dracut-ng.git/commit
fix(test): use --add instead of --modules to create test-makeroot
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Tue, 18 Jun 2024 22:30:55 +0000 (18:30 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Wed, 19 Jun 2024 16:05:42 +0000 (12:05 -0400)
commit51d06540d19e4702ec61de6d2b5e2e68e8593b01
tree9b67ffd51b85ffc75dff4eb5a21f75bbb9df6891
parent6eb00ba9be919314aae33e21b1e17f848c59dc6e
fix(test): use --add instead of --modules to create test-makeroot

Even with these changes the following tests are failing on Arch
with systemd 256: 12, 14, 16.

Temporary remove Arch from running the extended test suite until
the root cause of these failures are identified.
17 files changed:
.github/workflows/integration.yml
test/TEST-01-BASIC/test.sh
test/TEST-02-SYSTEMD/test.sh
test/TEST-03-USR-MOUNT/test.sh
test/TEST-04-FULL-SYSTEMD/test.sh
test/TEST-10-RAID/test.sh
test/TEST-11-LVM/test.sh
test/TEST-12-RAID-DEG/test.sh
test/TEST-13-ENC-RAID-LVM/test.sh
test/TEST-14-IMSM/test.sh
test/TEST-15-BTRFSRAID/test.sh
test/TEST-16-DMSQUASH/test.sh
test/TEST-17-LVM-THIN/test.sh
test/TEST-18-UEFI/test.sh
test/TEST-30-ISCSI/test.sh
test/TEST-35-ISCSI-MULTI/test.sh
test/TEST-40-NBD/test.sh