From: Otto Moerbeek Date: Tue, 19 Sep 2023 11:07:08 +0000 (+0200) Subject: rec: Switch randomization of unit tests back on X-Git-Tag: rec-5.0.0-alpha2~53^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13279%2Fhead;p=thirdparty%2Fpdns.git rec: Switch randomization of unit tests back on The mthread fixes from #13251 should allow that now --- diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index 39f8c2ebf5..f75a0962d3 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=0 SRCDIR='$(srcdir)' +TESTS_ENVIRONMENT = env BOOST_TEST_LOG_LEVEL=message BOOST_TEST_RANDOM=1 SRCDIR='$(srcdir)' TESTS += testrunner else check-local: