commit f2b0e010be719916c53f2dba468c8cc655b3d0fe
parent 72d22afecc852a26f236b21bf895e19bb298d4cc
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Sat, 11 Apr 2026 07:41:17 +0200
ci: try fixing tests with env
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/contrib/ci/jobs/002-test/4-test.sh b/contrib/ci/jobs/002-test/4-test.sh
@@ -13,6 +13,9 @@ check_command()
export TALER_MERCHANT_PREFIX=/usr
export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/x86_64-linux-gnu/taler-merchant
+ # Some tests appear to require this
+ export USER=root
+
make check installcheck integrationtests
}