daemon/job: test that sample configs are buildable

This commit is contained in:
Christian Schwarz
2020-07-19 23:59:33 +02:00
parent 4e702eedc9
commit 95fc299733
4 changed files with 54 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
package tls
import "testing"
var fakeCertificateLoading bool
func FakeCertificateLoading(t *testing.T) {
t.Logf("faking certificate loading")
fakeCertificateLoading = true
}