diff options
author | tb <> | 2024-08-29 17:16:40 +0000 |
---|---|---|
committer | tb <> | 2024-08-29 17:16:40 +0000 |
commit | d72026b099b953331fc476432e03fab81cc6119d (patch) | |
tree | dc85ab287c513dc5866935a91fc4d136899d86cd | |
parent | 4d994a7e931e7a6693bd3a6933d821c21e5d1a83 (diff) | |
download | openbsd-d72026b099b953331fc476432e03fab81cc6119d.tar.gz openbsd-d72026b099b953331fc476432e03fab81cc6119d.tar.bz2 openbsd-d72026b099b953331fc476432e03fab81cc6119d.zip |
Disable hmac and pkey_ec tests until after the bump
-rw-r--r-- | src/regress/lib/libssl/openssl-ruby/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/openssl-ruby/Makefile b/src/regress/lib/libssl/openssl-ruby/Makefile index bf29045bcd..4e6d2a3dd9 100644 --- a/src/regress/lib/libssl/openssl-ruby/Makefile +++ b/src/regress/lib/libssl/openssl-ruby/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.12 2024/06/15 08:39:47 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.13 2024/08/29 17:16:40 tb Exp $ |
2 | 2 | ||
3 | OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests | 3 | OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests |
4 | .if exists(/usr/local/bin/ruby32) | 4 | .if exists(/usr/local/bin/ruby32) |
@@ -37,7 +37,8 @@ ${_BUILD_COOKIE}: ${_BUILDDIR_COOKIE} | |||
37 | make; | 37 | make; |
38 | touch $@ | 38 | touch $@ |
39 | 39 | ||
40 | OPENSSL_RUBY_TESTSRC = ${OPENSSL_RUBY_TESTS}/test/openssl/test_*.rb | 40 | # XXX - remove [^c] after bump |
41 | OPENSSL_RUBY_TESTSRC = ${OPENSSL_RUBY_TESTS}/test/openssl/test_*[^c].rb | ||
41 | ${_TEST_COOKIE}: ${_BUILD_COOKIE} ${_BUILDDIR_COOKIE} | 42 | ${_TEST_COOKIE}: ${_BUILD_COOKIE} ${_BUILDDIR_COOKIE} |
42 | cd ${BUILDDIR} && \ | 43 | cd ${BUILDDIR} && \ |
43 | env SKIP_EXPECTED_FAILURES=true ${RUBY} -I. \ | 44 | env SKIP_EXPECTED_FAILURES=true ${RUBY} -I. \ |