Print OK after all of the RRDP related tests. To make it clear that
authorclaudio <claudio@openbsd.org>
Mon, 28 Mar 2022 08:11:36 +0000 (08:11 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 28 Mar 2022 08:11:36 +0000 (08:11 +0000)
the regress test was successful.

regress/usr.sbin/rpki-client/Makefile.inc

index 4909a89..d1a448f 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.19 2022/02/10 19:16:44 tb Exp $
+# $OpenBSD: Makefile.inc,v 1.20 2022/03/28 08:11:36 claudio Exp $
 
 .PATH:         ${.CURDIR}/../../../../usr.sbin/rpki-client
 
@@ -87,3 +87,4 @@ run-regress-test-rrdp: test-rrdp
        ./test-rrdp \
        -n < ${.CURDIR}/../rrdp/notification_xmlns.xml 2>&1 | tee rrdp-r7.out
        cmp ${.CURDIR}/../rrdp/rrdp-r7.out rrdp-r7.out
+       @echo OK