summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-19 19:27:38 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-19 19:27:38 +0100
commit5db3dc54bbe9b39c7adaa4bf018e12d4bb49da91 (patch)
treec73110751a8d1970752d6e1bb835d5a9bf9d419f /contrib
parentefdeb12e3544acd5976415be07dbc5a00aba3060 (diff)
downloadsync-5db3dc54bbe9b39c7adaa4bf018e12d4bb49da91.tar.gz
sync-5db3dc54bbe9b39c7adaa4bf018e12d4bb49da91.tar.bz2
sync-5db3dc54bbe9b39c7adaa4bf018e12d4bb49da91.zip
add config diagnostics
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/ci/jobs/2-test/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh
index aebbe01..15f08a3 100755
--- a/contrib/ci/jobs/2-test/test.sh
+++ b/contrib/ci/jobs/2-test/test.sh
@@ -16,6 +16,8 @@ sleep 10
sudo -u postgres createuser -p 5432 root
sudo -u postgres createdb -p 5432 -O root synccheck
+sync-config -d -c src/testing/test_sync_api.conf
+
check_command()
{
# Set LD_LIBRARY_PATH so tests can find the installed libs