From c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Thu, 17 Dec 2020 00:51:12 +0000 Subject: Remove echo headlines. --- src/regress/lib/libcrypto/bn/general/Makefile | 5 +---- src/regress/lib/libcrypto/ocsp/Makefile | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'src/regress/lib/libcrypto') 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 @@ -# $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 ' 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 @@ -# $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 -- cgit v1.2.3-55-g6feb