test/filesystem: 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".
This commit is contained in:
Achilleas Koutsou 2024-12-18 14:01:09 +01:00 committed by Simon de Vlieger
parent 96269e454e
commit 077a56b9ac

3
test/cases/filesystem.sh Normal file → Executable file
View file

@ -38,7 +38,6 @@ function cleanup_on_exit() {
}
trap cleanup_on_exit EXIT
# Build ostree image.
build_image() {
blueprint_file=$1
blueprint_name=$2
@ -48,6 +47,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.
@ -565,7 +565,6 @@ mountpoint = "/var/lock"
size = 131072000
EOF
# build_image "$BLUEPRINT_FILE" custom-filesystem-fail qcow2 true
build_image "$BLUEPRINT_FILE" custom-filesystem-fail qcow2 true
# Clear the test variable