diff options
| author | kn <> | 2021-12-02 17:10:53 +0000 |
|---|---|---|
| committer | kn <> | 2021-12-02 17:10:53 +0000 |
| commit | 5f76eb00e8dae262a9b0c52bae0d3b6fe1ed6ce0 (patch) | |
| tree | d46bbe1d190f09fca4312b83d264ea029a3c92d8 /src/regress/lib/libssl/interop/openssl | |
| parent | a8b4485cbaa24677d44c47b6740c8af9c146a252 (diff) | |
| download | openbsd-5f76eb00e8dae262a9b0c52bae0d3b6fe1ed6ce0.tar.gz openbsd-5f76eb00e8dae262a9b0c52bae0d3b6fe1ed6ce0.tar.bz2 openbsd-5f76eb00e8dae262a9b0c52bae0d3b6fe1ed6ce0.zip | |
Tell testers which packages to install right away (and why)
Other regress tests do it differently; just fix/thouch those that did not
mention any package name at all.
This helps grepping logs for SKIPPED to find instructions for the next run.
Diffstat (limited to 'src/regress/lib/libssl/interop/openssl')
| -rw-r--r-- | src/regress/lib/libssl/interop/openssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/openssl/Makefile b/src/regress/lib/libssl/interop/openssl/Makefile index 181d35aa02..53c51a83ee 100644 --- a/src/regress/lib/libssl/interop/openssl/Makefile +++ b/src/regress/lib/libssl/interop/openssl/Makefile | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.8 2020/12/17 00:51:11 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.9 2021/12/02 17:10:53 kn Exp $ |
| 2 | 2 | ||
| 3 | .if ! exists(/usr/local/bin/eopenssl) | 3 | .if ! exists(/usr/local/bin/eopenssl) |
| 4 | regress: | 4 | regress: |
| 5 | # install openssl-1.0.2 from ports for interop tests | 5 | # install openssl-1.0.2 from ports for interop tests |
| 6 | @echo 'Run "pkg_add openssl--%1.0.2" to run tests against OpenSSL 1.0.2' | ||
| 6 | @echo SKIPPED | 7 | @echo SKIPPED |
| 7 | .else | 8 | .else |
| 8 | 9 | ||
