From: Laszlo Gombos Date: Sat, 20 Jul 2024 16:57:24 +0000 (-0400) Subject: test(RAID-DEG): make it not flaky X-Git-Tag: 104~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2038d5e17d88fd8cb548cbf930c7c5992995cbac;p=thirdparty%2Fdracut-ng.git test(RAID-DEG): make it not flaky 130f4dfce48b187944be9a0cacca794dd32428ad inadvertently made this test flaky by including additional dracut modules not required to pass the test. --- diff --git a/test/TEST-12-RAID-DEG/test.sh b/test/TEST-12-RAID-DEG/test.sh index be6cb7336..3735d72ad 100755 --- a/test/TEST-12-RAID-DEG/test.sh +++ b/test/TEST-12-RAID-DEG/test.sh @@ -97,8 +97,7 @@ test_setup() { chmod 0600 /tmp/key test_dracut \ - -a "crypt lvm mdraid" \ - -o "systemd" \ + -m "bash crypt lvm mdraid kernel-modules" \ -i "./cryptroot-ask.sh" "/sbin/cryptroot-ask" \ -i "/tmp/mdadm.conf" "/etc/mdadm.conf" \ -i "/tmp/crypttab" "/etc/crypttab" \