[citemplates: 1/2] Support providing custom args to the Flatpak test process
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [citemplates: 1/2] Support providing custom args to the Flatpak test process
- Date: Tue, 26 Feb 2019 13:56:28 +0000 (UTC)
commit 86d9636cbc73842753be6eaf2e265976dfe1c13e
Author: Michael James Gratton <mike vee net>
Date: Fri Feb 22 17:22:42 2019 +1100
Support providing custom args to the Flatpak test process
flatpak/flatpak_ci_initiative.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/flatpak_ci_initiative.yml b/flatpak/flatpak_ci_initiative.yml
index fd0b4df..d9e4630 100644
--- a/flatpak/flatpak_ci_initiative.yml
+++ b/flatpak/flatpak_ci_initiative.yml
@@ -14,9 +14,11 @@
flatpak build
--env=LANG=C.UTF-8
--env=NO_AT_BRIDGE=1
+ ${TEST_BUILD_ARGS}
app
dbus-run-session
- meson test -C _build --no-stdsplit --print-errorlogs
+ meson test -C _build --no-stdsplit --print-errorlogs ${TEST_RUN_ARGS}
+
# Generate a Flatpak bundle
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID}
artifacts:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]