[citemplates/rewrite-manifest] fixup! rewrite manifest to build the module from the current directory



commit 53f4e6cf3f593d5e4efe5c2264f7a0db75fe7eb2
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Thu Apr 16 18:05:03 2020 +0100

    fixup! rewrite manifest to build the module from the current directory

 flatpak/flatpak_ci_initiative.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/flatpak_ci_initiative.yml b/flatpak/flatpak_ci_initiative.yml
index 38bfc04..22b668a 100644
--- a/flatpak/flatpak_ci_initiative.yml
+++ b/flatpak/flatpak_ci_initiative.yml
@@ -12,10 +12,10 @@
     - rm -rf flatpak_app
     - flatpak-builder --user --disable-rofiles-fuse --stop-at=${FLATPAK_MODULE} flatpak_app ${MANIFEST_PATH}
     - >
-      xvfb-run -a -s "-screen 0 1024x768x24"
       flatpak-builder --user --disable-rofiles-fuse --build-shell=${FLATPAK_MODULE} flatpak_app 
${MANIFEST_PATH} <<END
 
-      LANG=C.UTF-8 NO_AT_BRIDGE=1 dbus-run-session meson test --no-stdsplit --print-errorlogs 
${TEST_RUN_ARGS}
+      xvfb-run -a -s "-screen 0 1024x768x24" LANG=C.UTF-8 NO_AT_BRIDGE=1 dbus-run-session
+          meson test --no-stdsplit --print-errorlogs ${TEST_RUN_ARGS}
 
       END
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]