Commit 6506b603 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Make compatible with and take advantage of latest varnishtest changes

parent d951a359
......@@ -2,7 +2,7 @@ VMOD_TESTS = *.vtc
.PHONY: $(VMOD_TESTS)
*.vtc:
cd $(VARNISHSRC)/bin/varnishtest && ./varnishtest -D vmod_topbuild=$(abs_top_builddir) $(abs_srcdir)/$@
$(VARNISHSRC)/bin/varnishtest/varnishtest -Dvarnishd=$(VARNISHSRC)/bin/varnishd/varnishd -Dvmod_topbuild=$(abs_top_builddir) $@
check: $(VMOD_TESTS)
......
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