CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2021/09/09 09:02:33
Modified files: regress/lib/libssl/openssl-ruby: Makefile Log message: Rework openssl-ruby-tests to run all passing tests first, then run the one failing test as a separate regress test. This way, all regressions should be caught with REGRESS_FAIL_EARLY=yes or on bluhm's regress webpage. This needs an up-to-date openssl-ruby-tests package and an upcoming commit by beck in x509_verify.c to work. ok beck bluhm