From: Otto Moerbeek Date: Tue, 12 Sep 2023 12:51:07 +0000 (+0200) Subject: Rec's unit tests (in combination with asan+ubsan) are not ready yet for randomization X-Git-Tag: rec-5.0.0-alpha1~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=617ced6d11b2243456228f578bad6a2e9b8577b4;p=thirdparty%2Fpdns.git Rec's unit tests (in combination with asan+ubsan) are not ready yet for randomization --- diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index 8856b2eee0..9dfe5fd564 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -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: