diff options
Diffstat (limited to 'tmt')
| -rw-r--r-- | tmt/tests/build-image.fmf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tmt/tests/build-image.fmf b/tmt/tests/build-image.fmf index f8003f5..48e72bb 100644 --- a/tmt/tests/build-image.fmf +++ b/tmt/tests/build-image.fmf @@ -9,6 +9,5 @@ require: framework: shell path: / test: | - ./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" + ./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}" --image-release="$(date --utc +'%Y%m%d.%H%M')" duration: 60m |