[gnome-software/wip/mcrha/ci-test] a



commit b855de20d9d9b8434bf704fcbdd6ff80eae672cd
Author: Milan Crha <mcrha redhat com>
Date:   Wed Mar 16 17:50:02 2022 +0100

    a

 .gitlab-ci.yml          | 1 +
 .gitlab-ci/run-tests.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b93f481db..81fb544d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,7 @@ variables:
   G_MESSAGES_DEBUG: all
   MESON_COMMON_OPTIONS: "--buildtype debug --wrap-mode=nodownload --prefix /usr -Dsoup2=true"
   BUNDLE: "gnome-software-dev.flatpak"
+  FLATPAK_TRIGGERSDIR: /no/such/file/or/directory
 
 .build:
   before_script:
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index 3810a8a5a..800af92f4 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -15,7 +15,7 @@ esac
 # Disable Flatpak triggers, by pointing to an invalid path,
 # to speed up the tests (specifically on Fedora, they could
 # even break the tests by a deadlock or something like that).
-export FLATPAK_TRIGGERSDIR=/no/such/file/or/directory
+#export FLATPAK_TRIGGERSDIR=/no/such/file/or/directory
 
 # FIXME: The tests should be isolated and use mock services so they do not
 # require a functioning system bus. This will have to do for now though.


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