Skip to content

Commit

Permalink
test/filessystem: minor cleanups
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
achilleas-k committed Dec 18, 2024
1 parent 95a0d92 commit 64ea945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cases/filesystem.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 64ea945

Please sign in to comment.