]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3831] Fix netconf UT test
authorThomas Markwalder <tmark@isc.org>
Tue, 13 May 2025 17:53:15 +0000 (13:53 -0400)
committerAndrei Pavel <andrei@isc.org>
Fri, 16 May 2025 09:20:43 +0000 (12:20 +0300)
/src/bin/netconf/tests/shtests/netconf_tests.sh.in
- export KEA_LOG_FILE_DIR

src/bin/netconf/tests/shtests/netconf_tests.sh.in

index 6f70140df0069120a3d39fb2c53f6d051160c450..d2bae015859d6949aa1a539cfb5fe3fceeab55a4 100755 (executable)
@@ -13,6 +13,7 @@ set -eu
 # Path to the temporary configuration file.
 CFG_FILE="@abs_top_builddir@/src/bin/netconf/tests/shtests/test_config.json"
 # Path to the Kea log file.
+export KEA_LOG_FILE_DIR="@abs_top_builddir@/src/bin/netconf/tests/shtests"
 LOG_FILE="@abs_top_builddir@/src/bin/netconf/tests/shtests/test.log"
 
 # Kea-netconf configuration to be stored in the configuration file.