Commit 59b996b4 authored by Geoff Simmons's avatar Geoff Simmons

Run varnishtest with a 5 MB log buffer.

The log for permutations.vtc is too large for the default.
parent 2cffa33d
......@@ -67,7 +67,7 @@ AM_TESTS_ENVIRONMENT = \
PATH="$(VMOD_TEST_PATH)" \
LD_LIBRARY_PATH="$(VARNISH_LIBRARY_PATH)"
TEST_EXTENSIONS = .vtc
VTC_LOG_COMPILER = varnishtest -v -t 10
VTC_LOG_COMPILER = varnishtest -v -t 10 -b 5m
AM_VTC_LOG_FLAGS = -Dvmod_pesi="$(VMOD_PESI)"
# To test an individual VTC test named test.vtc:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment