summaryrefslogtreecommitdiff
path: root/tests/test-builder.sh
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-17 13:04:44 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-17 13:04:44 +0200
commitf36a57b3b18501a75d9691c31740ba997499b45a (patch)
treea9f3e6ab93a93d6fb3b4bcd548586f97777d7993 /tests/test-builder.sh
parentdcd8d8590025dd9411724a2178d9c56cdb4c8832 (diff)
downloadxdg-app-f36a57b3b18501a75d9691c31740ba997499b45a.tar.gz
tests: Use gpg signatures during test
Diffstat (limited to 'tests/test-builder.sh')
-rwxr-xr-xtests/test-builder.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-builder.sh b/tests/test-builder.sh
index 01195b7..19b44c6 100755
--- a/tests/test-builder.sh
+++ b/tests/test-builder.sh
@@ -35,7 +35,7 @@ cd $TEST_DATA_DIR/
cp -a $(dirname $0)/test-configure .
echo "version1" > app-data
cp $(dirname $0)/test.json .
-flatpak-builder --repo=$REPO --force-clean appdir test.json > /dev/null
+flatpak-builder --repo=$REPO $FL_GPGARGS --force-clean appdir test.json > /dev/null
assert_file_has_content appdir/files/share/app-data version1
assert_file_has_content appdir/metadata shared=network;
@@ -61,7 +61,7 @@ assert_file_has_content app_data_1 version1
echo "ok install+run"
echo "version2" > app-data
-flatpak-builder --repo=$REPO --force-clean appdir test.json > /dev/null
+flatpak-builder $FL_GPGARGS --repo=$REPO --force-clean appdir test.json > /dev/null
assert_file_has_content appdir/files/share/app-data version2
${FLATPAK} ${U} update org.test.Hello2 master