Browse Source

fix smoke test spurious failure on missing certs

tags/v2.1.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
1195295877
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Makefile

+ 1
- 0
Makefile View File

31
 	./.check-gofmt.sh
31
 	./.check-gofmt.sh
32
 
32
 
33
 smoke:
33
 smoke:
34
+	oragono mkcerts --conf ./oragono.yaml || true
34
 	oragono run --conf ./oragono.yaml --smoke
35
 	oragono run --conf ./oragono.yaml --smoke

Loading…
Cancel
Save