commit 8346ea4cda1784189340a244790f70c2ebe842ba parent c295b421cb36f46492810c1aadb5ee6c7f0be66c Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Sun, 12 Apr 2026 17:51:22 +0200 ci: fix test requiring prefix set Diffstat:
| M | contrib/ci/ci.sh | | | 2 | +- |
| M | contrib/ci/jobs/2-test/4-test.sh | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/ci/ci.sh b/contrib/ci/ci.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -exvuo pipefail # Requires podman diff --git a/contrib/ci/jobs/2-test/4-test.sh b/contrib/ci/jobs/2-test/4-test.sh @@ -4,7 +4,7 @@ set -evux check_command() { # Set LD_LIBRARY_PATH so tests can find the installed libs - LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/taler:/usr/lib:/usr/lib/taler PGPORT=5432 make check installcheck + LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/taler:/usr/lib:/usr/lib/taler SYNC_PREFIX=/usr PGPORT=5432 make check installcheck } print_logs()