summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-10 11:18:32 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-10 11:18:32 +0200
commitf68b21754a00248d3cca97e1143c86800de7f79a (patch)
treeb1cb9544d4db541236e8372311666e2fee0a246f
parent9957cc3a14688c34952436c14c040766a3ccecc8 (diff)
downloadxdg-app-f68b21754a00248d3cca97e1143c86800de7f79a.tar.gz
tests: Fix make-test-bundles.sh
This had bitrotted
-rw-r--r--.gitignore4
-rwxr-xr-xtests/make-test-bundles.sh3
2 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 55109c4..c6c2a5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,8 +68,8 @@ Flatpak-1.0.*
/tests/test-keyring/.gpg-v21-migrated
/tests/test-keyring/private-keys-v1.d/
/tests/test-keyring/trustdb.gpg
-/tests/hello*.pak
-/tests/platform*.pak
+/tests/hello*.flatpak
+/tests/platform*.flatpak
/tests/repo
/tests/package_version.txt
*.test
diff --git a/tests/make-test-bundles.sh b/tests/make-test-bundles.sh
index 9ea0da4..fda2313 100755
--- a/tests/make-test-bundles.sh
+++ b/tests/make-test-bundles.sh
@@ -1,8 +1,9 @@
#!/bin/sh
set -e
+set -x
-./make-test-runtime.sh
+./make-test-runtime.sh org.test.Platform bash ls cat echo readlink
./make-test-app.sh
URL=file://`pwd`/repo