From 6efab6eddad09ed8f209bc2f740c7c29ccc1058b Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Tue, 23 Jan 2024 11:58:18 +0100 Subject: [ci] fixing CI testing, SERVE values set, more error message, WIP --- contrib/ci/jobs/2-test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh index 68adb1b7..0c02085f 100755 --- a/contrib/ci/jobs/2-test/test.sh +++ b/contrib/ci/jobs/2-test/test.sh @@ -19,7 +19,7 @@ sudo -u postgres createdb -p 5432 -O root talercheck 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/taler PGPORT=5432 make check + LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/taler:/usr/lib:/usr/lib/taler PGPORT=5432 make check } print_logs() -- cgit v1.2.3