From 1195295877af098ea11979df2f9e9db447d63157 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 24 Mar 2020 10:01:35 -0400 Subject: [PATCH] fix smoke test spurious failure on missing certs --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a1694cbc..eb2500d4 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,5 @@ test: ./.check-gofmt.sh smoke: + oragono mkcerts --conf ./oragono.yaml || true oragono run --conf ./oragono.yaml --smoke