]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Switch randomization of unit tests back on 13279/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 19 Sep 2023 11:07:08 +0000 (13:07 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 19 Sep 2023 11:07:08 +0000 (13:07 +0200)
The mthread fixes from #13251 should allow that now

pdns/recursordist/Makefile.am

index 39f8c2ebf52d4cd7a3c133bda4e60882f393eb17..f75a0962d35bd102cbcfb385c13f0c2ff8a1113f 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=0 SRCDIR='$(srcdir)'
+TESTS_ENVIRONMENT = env BOOST_TEST_LOG_LEVEL=message BOOST_TEST_RANDOM=1 SRCDIR='$(srcdir)'
 TESTS += testrunner
 else
 check-local: