From 691fcdf2ea5229306b18b4e22a126747370943f1 Mon Sep 17 00:00:00 2001
From: Karl Wette <karl.wette@ligo.org>
Date: Thu, 18 May 2023 14:50:58 +1000
Subject: [PATCH] .gitlab/ci/pkg.yml: show info-level debug messages in tests

---
 .gitlab/ci/pkg.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab/ci/pkg.yml b/.gitlab/ci/pkg.yml
index 6f59f626e9..a437624864 100644
--- a/.gitlab/ci/pkg.yml
+++ b/.gitlab/ci/pkg.yml
@@ -41,6 +41,7 @@
     - DEFAULT_CONFIGURE_FLAGS="--prefix=${PWD}/../_inst --enable-strict-defs"
     - xargs ./configure ${DEFAULT_CONFIGURE_FLAGS} <<< ${CONFIGURE_FLAGS}
     # build, test, and install package
+    - export EXTRA_LAL_DEBUG_LEVEL=info
     - make -j${CPU_COUNT} VERBOSE=1 all
     - make -j${CPU_COUNT} VERBOSE=1 check
     - make -j${CPU_COUNT} VERBOSE=1 install
-- 
GitLab