diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-08-29 17:16:41 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-08-29 17:16:41 +0000 |
commit | 41e999fac44af31882281d04835be0bc26dcdee9 (patch) | |
tree | 8491359e1d018e2119dba2a8433323d4d9b9c0cf /regress/lib | |
parent | 135a00e6cc8bc980b3d428e5ecfb28c3e3dd7b25 (diff) |
Disable hmac and pkey_ec tests until after the bump
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libssl/openssl-ruby/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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. \ |