summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2020-12-17 00:51:14 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2020-12-17 00:51:14 +0000
commitab9e6159540b71c8a5f8900b7b00e62529eb50d8 (patch)
tree7e5d0abf609ad5c52e7b45ecdba6ba9dfde10105 /regress/lib/libcrypto
parentb8fdd43d117162c8d2a8575e183b845dd894b5bb (diff)
Remove echo headlines.
Diffstat (limited to 'regress/lib/libcrypto')
-rw-r--r--regress/lib/libcrypto/bn/general/Makefile5
-rw-r--r--regress/lib/libcrypto/ocsp/Makefile3
2 files changed, 2 insertions, 6 deletions
diff --git a/regress/lib/libcrypto/bn/general/Makefile b/regress/lib/libcrypto/bn/general/Makefile
index ca3dcf9b085..6b7919eb532 100644
--- a/regress/lib/libcrypto/bn/general/Makefile
+++ b/regress/lib/libcrypto/bn/general/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2019/09/05 00:59:36 bluhm Exp $
+# $OpenBSD: Makefile,v 1.7 2020/12/17 00:51:11 bluhm Exp $
.include "../../Makefile.inc"
@@ -13,18 +13,15 @@ CLEANFILES = bntest.out bc.out
REGRESS_TARGETS += run-bntest
run-bntest bntest.out: bntest
- @echo '\n======== $@ ========'
./bntest -out bntest.out
REGRESS_TARGETS += run-bc
run-bc: bntest.out
- @echo '\n======== $@ ========'
bc < bntest.out | tee bc.out | grep -v '^0$$'
! grep -v '^test ' <bc.out | grep -v '^0$$'
REGRESS_TARGETS += run-bn_to_string
run-bn_to_string: bn_to_string
- @echo '\n======== $@ ========'
./bn_to_string
.include <bsd.regress.mk>
diff --git a/regress/lib/libcrypto/ocsp/Makefile b/regress/lib/libcrypto/ocsp/Makefile
index b1b437c9161..f0b43acc2b7 100644
--- a/regress/lib/libcrypto/ocsp/Makefile
+++ b/regress/lib/libcrypto/ocsp/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2020/11/05 20:48:05 bluhm Exp $
+# $OpenBSD: Makefile,v 1.5 2020/12/17 00:51:11 bluhm Exp $
PROG= ocsp_test
LDADD= -lcrypto -lssl
@@ -15,7 +15,6 @@ REGRESS_TARGETS =
.for s in ${SERVERS}
REGRESS_TARGETS += run-domain-$s
run-domain-$s: ${PROG}
- @echo '======== $@ ========'
if ping -n -c 1 -w 1 $s; then \
./${PROG} $s 443; else \
echo server $s not reachable; echo SKIPPED; fi