diff options
author | Omar Polo <op@omarpolo.com> | 2022-01-03 13:31:34 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-01-03 13:31:34 +0000 |
commit | 7b7def0a8fb95c10840d697aad3f4ad008e46f4b (patch) | |
tree | 29628faba4a05ed337c9e6e2dcb320e3ee0e1009 /regress | |
parent | dd208aa2cf3d2a23bc7cbe2b0f96a0aebe48e3ab (diff) |
set prefork to 1 during regress
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 3018b99..b0b6f0e 100644 --- a/regress/lib.sh +++ b/regress/lib.sh @@ -7,7 +7,7 @@ current_test= run_test() { ggflags= port=10965 - config_common=" + config_common="prefork 1 ipv6 off port $port " |