commit fb736e0d23f351e9038ae2a3f6ffba225f040a7f
parent 38b70b1cc11111723304169e317f5c0792a64e5f
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Mon, 13 Apr 2026 10:59:37 +0200
ci: try to fix tests
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/ci/jobs/2-test/1-build.sh b/contrib/ci/jobs/2-test/1-build.sh
@@ -7,6 +7,7 @@ apt-get upgrade -yqq
./bootstrap
./configure CFLAGS="-ggdb -O0" \
--prefix=/usr \
+ --libdir=lib \
--enable-coverage \
--enable-logging=verbose \
--disable-doc
diff --git a/meson.build b/meson.build
@@ -384,7 +384,7 @@ if not get_option('only-doc')
add_test_setup(
'default',
- env: ['TALER_merchant_PREFIX=' + taler_prefix],
+ env: ['TALER_MERCHANT_PREFIX=' + taler_prefix],
exclude_suites: ['perf', 'installcheck', 'integrationtests'],
is_default: true,
)