diff options
author | Omar Polo <op@omarpolo.com> | 2023-07-26 08:11:39 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-07-26 08:11:39 +0000 |
commit | 98827de5abbbe65c23f9654914edafb448b29bd9 (patch) | |
tree | 15bffcfa9a19a4c93eacb0902d4158b51b99a121 /regress | |
parent | 0c39da514540397aa90ae884620edaac115456d1 (diff) |
use `log syslog off' in regress to avoid spamming syslog
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib.sh | 2 |
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 |