]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Rec's unit tests (in combination with asan+ubsan) are not ready yet for randomization
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 12 Sep 2023 12:51:07 +0000 (14:51 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 12 Sep 2023 12:53:09 +0000 (14:53 +0200)
pdns/recursordist/Makefile.am

index 8856b2eee04ca391a535f71b642bc43f5113aa4b..9dfe5fd5646f1b92af6a70edf5238905ec3e16d0 100644 (file)
@@ -93,7 +93,7 @@ TESTS=test_libcrypto
 
 if UNIT_TESTS
 noinst_PROGRAMS = testrunner
-TESTS_ENVIRONMENT = env BOOST_TEST_LOG_LEVEL=message BOOST_TEST_RANDOM=1 SRCDIR='$(srcdir)'
+TESTS_ENVIRONMENT = env BOOST_TEST_LOG_LEVEL=message BOOST_TEST_RANDOM=0 SRCDIR='$(srcdir)'
 TESTS += testrunner
 else
 check-local: