summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto
diff options
context:
space:
mode:
authorbluhm <>2020-12-17 00:51:12 +0000
committerbluhm <>2020-12-17 00:51:12 +0000
commit3dc22e980e9538fc03b2673fe6dccee19ad5484a (patch)
tree41030f23560f1b7f802918acd790dd062a36ac0b /src/regress/lib/libcrypto
parenta931e8abeae9673086c9b2e44a07ef4a31f44bb1 (diff)
downloadopenbsd-3dc22e980e9538fc03b2673fe6dccee19ad5484a.tar.gz
openbsd-3dc22e980e9538fc03b2673fe6dccee19ad5484a.tar.bz2
openbsd-3dc22e980e9538fc03b2673fe6dccee19ad5484a.zip
Remove echo headlines.
Diffstat (limited to 'src/regress/lib/libcrypto')
-rw-r--r--src/regress/lib/libcrypto/bn/general/Makefile5
-rw-r--r--src/regress/lib/libcrypto/ocsp/Makefile3
2 files changed, 2 insertions, 6 deletions
diff --git a/src/regress/lib/libcrypto/bn/general/Makefile b/src/regress/lib/libcrypto/bn/general/Makefile
index ca3dcf9b08..6b7919eb53 100644
--- a/src/regress/lib/libcrypto/bn/general/Makefile
+++ b/src/regress/lib/libcrypto/bn/general/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.6 2019/09/05 00:59:36 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.7 2020/12/17 00:51:11 bluhm Exp $
2 2
3.include "../../Makefile.inc" 3.include "../../Makefile.inc"
4 4
@@ -13,18 +13,15 @@ CLEANFILES = bntest.out bc.out
13 13
14REGRESS_TARGETS += run-bntest 14REGRESS_TARGETS += run-bntest
15run-bntest bntest.out: bntest 15run-bntest bntest.out: bntest
16 @echo '\n======== $@ ========'
17 ./bntest -out bntest.out 16 ./bntest -out bntest.out
18 17
19REGRESS_TARGETS += run-bc 18REGRESS_TARGETS += run-bc
20run-bc: bntest.out 19run-bc: bntest.out
21 @echo '\n======== $@ ========'
22 bc < bntest.out | tee bc.out | grep -v '^0$$' 20 bc < bntest.out | tee bc.out | grep -v '^0$$'
23 ! grep -v '^test ' <bc.out | grep -v '^0$$' 21 ! grep -v '^test ' <bc.out | grep -v '^0$$'
24 22
25REGRESS_TARGETS += run-bn_to_string 23REGRESS_TARGETS += run-bn_to_string
26run-bn_to_string: bn_to_string 24run-bn_to_string: bn_to_string
27 @echo '\n======== $@ ========'
28 ./bn_to_string 25 ./bn_to_string
29 26
30.include <bsd.regress.mk> 27.include <bsd.regress.mk>
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
3PROG= ocsp_test 3PROG= ocsp_test
4LDADD= -lcrypto -lssl 4LDADD= -lcrypto -lssl
@@ -15,7 +15,6 @@ REGRESS_TARGETS =
15.for s in ${SERVERS} 15.for s in ${SERVERS}
16REGRESS_TARGETS += run-domain-$s 16REGRESS_TARGETS += run-domain-$s
17run-domain-$s: ${PROG} 17run-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