diff host/test/test_https.luan @ 2059:e22d4489aa7c acme-tiny

dont call acme_tiny in local test
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 13 Nov 2025 00:13:16 -0700
parents 634a44d10c96
children 546daa22aa39
line wrap: on
line diff
--- a/host/test/test_https.luan	Wed Nov 12 23:42:12 2025 -0700
+++ b/host/test/test_https.luan	Thu Nov 13 00:13:16 2025 -0700
@@ -14,7 +14,7 @@
 local domain = "https.s3.luan.software"
 local site_dir = uri("file:local")
 local luanhost_dir = uri("file:..")
-local dry_run = true
+local dry_run = nil  -- don't call acme_tiny
 
 site_dir.mkdir()