Commit 76f7ce8f authored by Geoff Simmons's avatar Geoff Simmons

Remove -L from the varnishtest command invoked by make check.

Avoids the clutter in /tmp.
parent fc2d8d80
......@@ -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 -L -t 10
VTC_LOG_COMPILER = varnishtest -v -t 10
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