]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
build-aux/run-test.sh.in: Export DOVECONF_PATH if it's set
authorAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Nov 2025 06:58:08 +0000 (08:58 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 13 Nov 2025 09:24:03 +0000 (11:24 +0200)
build-aux/run-test.sh.in

index 61f6853f39ab486da81905f178bffa481ba8fb91..4c5c88cd6ab06d3bdc76017a3b38fe93cb309c30 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-## serial 2
+## serial 3
 
 set -eu
 
@@ -37,6 +37,10 @@ function cat_log_file() {
 top_srcdir="@abs_top_srcdir@"
 VALGRIND="@VALGRIND@"
 
+if [ "@DOVECONF_PATH@" != "" ]; then
+  export DOVECONF_PATH="@DOVECONF_PATH@"
+fi
+
 if [ $# -gt 0 ] && echo "$1" | grep "NOCHILDREN_TESTS=" >/dev/null; then
   shift
   test_name=$(get_test_name "$@")