diff options
| author | bluhm <> | 2020-12-17 00:51:12 +0000 |
|---|---|---|
| committer | bluhm <> | 2020-12-17 00:51:12 +0000 |
| commit | c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a (patch) | |
| tree | 41030f23560f1b7f802918acd790dd062a36ac0b /src/regress/lib/libcrypto/ocsp | |
| parent | 4950cd5ba18509d9b030ea25b45c9c2a552762df (diff) | |
| download | openbsd-c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a.tar.gz openbsd-c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a.tar.bz2 openbsd-c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a.zip | |
Remove echo headlines.
Diffstat (limited to 'src/regress/lib/libcrypto/ocsp')
| -rw-r--r-- | src/regress/lib/libcrypto/ocsp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/ocsp/Makefile b/src/regress/lib/libcrypto/ocsp/Makefile index b1b437c916..f0b43acc2b 100644 --- a/src/regress/lib/libcrypto/ocsp/Makefile +++ b/src/regress/lib/libcrypto/ocsp/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.4 2020/11/05 20:48:05 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2020/12/17 00:51:11 bluhm Exp $ |
| 2 | 2 | ||
| 3 | PROG= ocsp_test | 3 | PROG= ocsp_test |
| 4 | LDADD= -lcrypto -lssl | 4 | LDADD= -lcrypto -lssl |
| @@ -15,7 +15,6 @@ REGRESS_TARGETS = | |||
| 15 | .for s in ${SERVERS} | 15 | .for s in ${SERVERS} |
| 16 | REGRESS_TARGETS += run-domain-$s | 16 | REGRESS_TARGETS += run-domain-$s |
| 17 | run-domain-$s: ${PROG} | 17 | run-domain-$s: ${PROG} |
| 18 | @echo '======== $@ ========' | ||
| 19 | if ping -n -c 1 -w 1 $s; then \ | 18 | if ping -n -c 1 -w 1 $s; then \ |
| 20 | ./${PROG} $s 443; else \ | 19 | ./${PROG} $s 443; else \ |
| 21 | echo server $s not reachable; echo SKIPPED; fi | 20 | echo server $s not reachable; echo SKIPPED; fi |
