From: tb Date: Thu, 29 Aug 2024 17:16:40 +0000 (+0000) Subject: Disable hmac and pkey_ec tests until after the bump X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=dcc91c2622318df8f66a9bca2d2864253df1bfc3;p=openbsd Disable hmac and pkey_ec tests until after the bump --- diff --git a/regress/lib/libssl/openssl-ruby/Makefile b/regress/lib/libssl/openssl-ruby/Makefile index bf29045bcd9..4e6d2a3dd9c 100644 --- a/regress/lib/libssl/openssl-ruby/Makefile +++ b/regress/lib/libssl/openssl-ruby/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2024/06/15 08:39:47 tb Exp $ +# $OpenBSD: Makefile,v 1.13 2024/08/29 17:16:40 tb Exp $ OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests .if exists(/usr/local/bin/ruby32) @@ -37,7 +37,8 @@ ${_BUILD_COOKIE}: ${_BUILDDIR_COOKIE} make; touch $@ -OPENSSL_RUBY_TESTSRC = ${OPENSSL_RUBY_TESTS}/test/openssl/test_*.rb +# XXX - remove [^c] after bump +OPENSSL_RUBY_TESTSRC = ${OPENSSL_RUBY_TESTS}/test/openssl/test_*[^c].rb ${_TEST_COOKIE}: ${_BUILD_COOKIE} ${_BUILDDIR_COOKIE} cd ${BUILDDIR} && \ env SKIP_EXPECTED_FAILURES=true ${RUBY} -I. \