aboutsummaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-07-26 08:11:39 +0000
committerOmar Polo <op@omarpolo.com>2023-07-26 08:11:39 +0000
commit98827de5abbbe65c23f9654914edafb448b29bd9 (patch)
tree15bffcfa9a19a4c93eacb0902d4158b51b99a121 /regress
parent0c39da514540397aa90ae884620edaac115456d1 (diff)
use `log syslog off' in regress to avoid spamming syslog
Diffstat (limited to 'regress')
-rw-r--r--regress/lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib.sh b/regress/lib.sh
index 0227d65..c5f662a 100644
--- a/regress/lib.sh
+++ b/regress/lib.sh
@@ -10,7 +10,7 @@ current_test=
run_test() {
ggflags=
port=10965
- config_common=""
+ config_common="log syslog off"
hdr=
body=
dont_check_server_alive=no