diff options
author | bluhm <> | 2020-12-17 00:51:12 +0000 |
---|---|---|
committer | bluhm <> | 2020-12-17 00:51:12 +0000 |
commit | 3dc22e980e9538fc03b2673fe6dccee19ad5484a (patch) | |
tree | 41030f23560f1b7f802918acd790dd062a36ac0b /src/regress/lib/libcrypto | |
parent | a931e8abeae9673086c9b2e44a07ef4a31f44bb1 (diff) | |
download | openbsd-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/Makefile | 5 | ||||
-rw-r--r-- | src/regress/lib/libcrypto/ocsp/Makefile | 3 |
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 | ||
14 | REGRESS_TARGETS += run-bntest | 14 | REGRESS_TARGETS += run-bntest |
15 | run-bntest bntest.out: bntest | 15 | run-bntest bntest.out: bntest |
16 | @echo '\n======== $@ ========' | ||
17 | ./bntest -out bntest.out | 16 | ./bntest -out bntest.out |
18 | 17 | ||
19 | REGRESS_TARGETS += run-bc | 18 | REGRESS_TARGETS += run-bc |
20 | run-bc: bntest.out | 19 | run-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 | ||
25 | REGRESS_TARGETS += run-bn_to_string | 23 | REGRESS_TARGETS += run-bn_to_string |
26 | run-bn_to_string: bn_to_string | 24 | run-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 | ||
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 |