Commit 9405a4a8 authored by Geoff Simmons's avatar Geoff Simmons

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

Avoids the clutter in /tmp.
parent 465bd202
...@@ -62,7 +62,7 @@ AM_TESTS_ENVIRONMENT = \ ...@@ -62,7 +62,7 @@ AM_TESTS_ENVIRONMENT = \
PATH="$(VMOD_TEST_PATH)" \ PATH="$(VMOD_TEST_PATH)" \
LD_LIBRARY_PATH="$(VARNISH_LIBRARY_PATH)" LD_LIBRARY_PATH="$(VARNISH_LIBRARY_PATH)"
TEST_EXTENSIONS = .vtc 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)" AM_VTC_LOG_FLAGS = -Dvmod_pesi="$(VMOD_PESI)"
# To test an individual VTC test named test.vtc: # 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