File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ set -euo pipefail
2323
2424skip_without_fuse
2525
26- echo " 1..8 "
26+ echo " 1..9 "
2727
2828setup_repo
2929install_repo
@@ -144,3 +144,13 @@ ostree checkout --repo=$REPO/repo_sc -U screenshots/$(flatpak --default-arch) ou
144144find outdir_sc -path " */screenshots/image-1_orig.png" -type f | grep -q .
145145
146146echo " ok screenshot ref commit"
147+
148+ # test compose partial url
149+ ${FLATPAK_BUILDER} --force-clean builddir_sc \
150+ --mirror-screenshots-url=https://example.org/media \
151+ --state-dir .fp-compose-url-policy \
152+ --compose-url-policy=partial \
153+ org.flatpak_builder.gui.json >&2
154+ gzip -cdq builddir_sc/files/share/app-info/xmls/org.flatpak_builder.gui.xml.gz| grep -Eq ' >org/flatpak_builder/gui/[^/]+/screenshots/image-1_orig\.png</image>'
155+
156+ echo " ok compose partial url"
You can’t perform that action at this time.
0 commit comments