From 264f0c3b5291a225dc4df237dec738c1b1f80355 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 24 Jul 2024 14:21:26 -0700 Subject: [PATCH] tests: Use correct kickstart for mkksiso test fedora-minimal.ks was renamed to minimal.ks Related: RHEL-31853 --- tests/scripts/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index 884eeac..ac1cc6c 100755 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -7,7 +7,7 @@ ARCH=$(uname -m) FAILANY=0 BOOTISO=/var/tmp/lorax-rhel10-iso/images/boot.iso -KSNAME=fedora-minimal.ks +KSNAME=minimal.ks KS="/usr/share/doc/lorax/$KSNAME" OUTISO=/var/tmp/out.iso ISODIR=/var/tmp/iso