From d30dcab35f480881e157864f13df2fa1edfaf179 Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Fri, 2 Sep 2016 21:30:34 +0000 Subject: Print SKIPPED if a regress test cannot be executed for some reason. This allows to identify such tests by looking at their output. --- src/regress/lib/libtls/gotls/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libtls/gotls/Makefile b/src/regress/lib/libtls/gotls/Makefile index 56286feec9..404aa79caa 100644 --- a/src/regress/lib/libtls/gotls/Makefile +++ b/src/regress/lib/libtls/gotls/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1 2014/10/31 14:10:55 jsing Exp $ +# $OpenBSD: Makefile,v 1.2 2016/09/02 21:30:34 bluhm Exp $ GO_VERSION != sh -c "(go version) 2>/dev/null || true" .if empty(GO_VERSION) regress: - @echo golang is required for this regress... skipping + @echo package go is required for this regress + @echo SKIPPED .endif REGRESS_TARGETS=regress-gotls -- cgit v1.2.3-55-g6feb