On 28Sep21 12:12-0700, Quanah Gibson-Mount wrote:
Generally, get the code for RE26:
Extract, configure, and build.
Execute the test suite (via make test) after it is built. Optionally, cd tests && make its to run through the regression suite.
I'd like to report success from our site, too.
--- paste: % cat /etc/centos-release CentOS Linux release 8.3.2011
% ./configure --prefix=/home/btwe/openldap/opt --with-tls=openssl --enable-modules --enable-accesslog=mod --enable-auditlog=mod --enable-mdb --enable-crypt ... % make depend && make && make test ...
% grep '>>>>> Starting test' make_test.out|wc -l 72
% grep '>>>>> Test succeeded' make_test.out|wc -l 31
% grep 'test skipped' make_test.out|wc -l 40
% grep 'Test .* disabled' make_test.out|wc -l 1 --- eop
The numbers match. Looks good! The setup we use is quite simple, so a number of tests are skipped. Would you recommend, or like to see certain configurations to be tested?
Cheers,