diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-07-11 20:41:21 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-07-11 20:41:21 +0000 |
commit | 96c08a7b2a86e43ab29d4a9369f6fcb8817dc25b (patch) | |
tree | 9eca6021f454710df96b3377752b5b404429d170 /regress/usr.sbin | |
parent | 772372e2789f0db4e36d7e70b6b2f470e90e2fae (diff) |
Make the test output easier to read by splitting the test cases
with an empty line and a header line.
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r-- | regress/usr.sbin/relayd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.sbin/relayd/Makefile b/regress/usr.sbin/relayd/Makefile index caa9866a17b..1033fb21508 100644 --- a/regress/usr.sbin/relayd/Makefile +++ b/regress/usr.sbin/relayd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2014/06/22 14:18:01 bluhm Exp $ +# $OpenBSD: Makefile,v 1.9 2014/07/11 20:41:20 bluhm Exp $ # The following ports must be installed for the regression tests: # p5-IO-Socket-INET6 object interface for AF_INET and AF_INET6 domain sockets @@ -52,6 +52,7 @@ PERLPATH = ${.CURDIR}/ .for a in ${ARGS} run-regress-$a: $a + @echo '\n======== $@ ========' .if empty (REMOTE_SSH) time SUDO=${SUDO} KTRACE=${KTRACE} RELAYD=${RELAYD} perl ${PERLINC} ${PERLPATH}relayd.pl copy ${PERLPATH}$a time SUDO=${SUDO} KTRACE=${KTRACE} RELAYD=${RELAYD} perl ${PERLINC} ${PERLPATH}relayd.pl splice ${PERLPATH}$a |