chiark / gitweb /
stest: Use stderr, not tty, for logging
[secnet.git] / stest / common.tcl
index 7ed810f689faf24cf98988bf09fc74727b4f9fbe..e490ee530e200b62652f18cb7d36171b0a0ca013 100644 (file)
@@ -82,7 +82,6 @@ exec cat
     append cfg $extra($site)
     append cfg {
        log logfile {
-           filename "/dev/tty";
            class "info","notice","warning","error","security","fatal";
        };
        system {
@@ -99,7 +98,7 @@ exec cat
     close $f
     append cfg $sites
     append cfg {
-       sites map(site,vpn/test-example/all-sites);
+       sites map(site,all-sites);
     }
     return $cfg
 }