From 64ea945270b0c8b05351340969cf4b7efea38718 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Wed, 18 Dec 2024 14:01:09 +0100 Subject: [PATCH] test/filessystem: minor cleanups Remove incorrect comment (not an ostree image). Add a greenprint for depsolving since it can take some time for that to run and it makes more sense than pausing output on "Preparing blueprint". --- test/cases/filesystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 test/cases/filesystem.sh diff --git a/test/cases/filesystem.sh b/test/cases/filesystem.sh old mode 100644 new mode 100755 index f5d86f2f0e..f20e4c2535 --- a/test/cases/filesystem.sh +++ b/test/cases/filesystem.sh @@ -42,7 +42,6 @@ trap cleanup_on_exit EXIT OSBUILD_LABEL=$(matchpathcon -n "$(which osbuild)") sudo chcon "$OSBUILD_LABEL" /usr/libexec/osbuild-composer-test/image-info -# Build ostree image. build_image() { blueprint_file=$1 blueprint_name=$2 @@ -52,6 +51,7 @@ build_image() { # Prepare the blueprint for the compose. greenprint "📋 Preparing blueprint" sudo composer-cli blueprints push "$blueprint_file" + greenprint "📋 Depsolving blueprint" sudo composer-cli blueprints depsolve "$blueprint_name" # Get worker unit file so we can watch the journal.