summaryrefslogtreecommitdiff
path: root/tests/test-repo.sh
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2020-10-21 14:05:25 +0200
committerAlexander Larsson <alexander.larsson@gmail.com>2020-10-29 15:30:35 +0100
commit12fd8332da6a15f5a67bddc542949301f804c145 (patch)
treee47d79cf2f486600f59611da71f950735c547c65 /tests/test-repo.sh
parent0d2cf085afc75d2e7d66d75dfa34fd5e6ed31999 (diff)
downloadflatpak-12fd8332da6a15f5a67bddc542949301f804c145.tar.gz
tests: Test stuff with the old (non-indexed) summary format too
Diffstat (limited to 'tests/test-repo.sh')
-rw-r--r--tests/test-repo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-repo.sh b/tests/test-repo.sh
index 5c64d7e9..222fc302 100644
--- a/tests/test-repo.sh
+++ b/tests/test-repo.sh
@@ -77,7 +77,7 @@ fi
# Remove new appstream branch so we can test deploying the old one
rm -rf repos/test/refs/heads/appstream2
-${FLATPAK} build-update-repo --no-update-appstream ${FL_GPGARGS} repos/test
+${FLATPAK} build-update-repo ${BUILD_UPDATE_REPO_FLAGS-} --no-update-appstream ${FL_GPGARGS} repos/test
flatpak ${U} --appstream update test-repo
@@ -720,7 +720,7 @@ fi
ok "remote-ls"
# Test that remote-ls can take a file:// URI
-${FLATPAK} build-update-repo --no-update-appstream repos/test
+${FLATPAK} build-update-repo ${BUILD_UPDATE_REPO_FLAGS-} --no-update-appstream repos/test
${FLATPAK} remote-ls file://`pwd`/repos/test > repo-list
assert_file_has_content repo-list "org\.test\.Hello"