From c4d19f7f8e4f725ca9ce8774c00b40549138fef8 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 9 Aug 2024 10:49:58 -0400 Subject: kiwi-build, tmt: Require setting the kiwi filename for the build In preparation for having multiple top-level kiwi description files, expose the ability to define which file to read. Additionally, tests are updated to use this new flag. --- tmt/tests/build-image.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmt/tests') diff --git a/tmt/tests/build-image.fmf b/tmt/tests/build-image.fmf index fb93d3e..f8003f5 100644 --- a/tmt/tests/build-image.fmf +++ b/tmt/tests/build-image.fmf @@ -9,6 +9,6 @@ require: framework: shell path: / test: | - ./kiwi-build --debug --image-type="$image_type" --image-profile="$image_profile" --kiwi-description-dir="${TMT_TREE}" --output-dir="${TMT_TEST_DATA}" + ./kiwi-build --debug --image-type="$image_type" --image-profile="$image_profile" --kiwi-description-dir="${TMT_TREE}" --kiwi-file="$kiwi_file" --output-dir="${TMT_TEST_DATA}" rm -rf "${TMT_TEST_DATA}/build/image-root" duration: 60m -- cgit v1.3.1+13