summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2018-12-04 22:28:23 +0000
committerbluhm <bluhm@openbsd.org>2018-12-04 22:28:23 +0000
commitc1780fac092295cce8f3b350e647e33da189f4b7 (patch)
tree00a91b03e65e28f0f227b185013564e0e02ea0be
parentHTML syntax audit: render \p as <br/>, not as <div>. (diff)
downloadwireguard-openbsd-c1780fac092295cce8f3b350e647e33da189f4b7.tar.xz
wireguard-openbsd-c1780fac092295cce8f3b350e647e33da189f4b7.zip
Run each test as a single entry in REGRESS_TARGETS to get a better
overview if something went wrong. This makes debugging easier. OK benno@ claudio@
-rw-r--r--regress/usr.sbin/bgpd/config/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/regress/usr.sbin/bgpd/config/Makefile b/regress/usr.sbin/bgpd/config/Makefile
index d3ccb0cb772..11c56097500 100644
--- a/regress/usr.sbin/bgpd/config/Makefile
+++ b/regress/usr.sbin/bgpd/config/Makefile
@@ -1,9 +1,7 @@
-# $OpenBSD: Makefile,v 1.7 2018/11/13 16:54:30 claudio Exp $
+# $OpenBSD: Makefile,v 1.8 2018/12/04 22:28:23 bluhm Exp $
BGPDTESTS=1 2 3 4 5 6 7 8 9 10
-REGRESS_TARGETS = config
-
.for n in ${BGPDTESTS}
BGPD_TARGETS+=bgpd${n}
BGPD_UPDATES+=bgpd${n}-update
@@ -19,7 +17,8 @@ bgpd${n}-update:
${.CURDIR}/bgpd.conf.${n}.ok
.endfor
-config: bgpd-example bgpd-printconf ${BGPD_TARGETS}
+REGRESS_TARGETS = bgpd-example bgpd-printconf ${BGPD_TARGETS}
+
bgpd-update: ${BGPD_UPDATES}
# check that the example configuration file we ship is ok