Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 6506b60

Browse files
committed
Make compatible with and take advantage of latest varnishtest changes
1 parent d951a35 commit 6506b60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ VMOD_TESTS = *.vtc
22
.PHONY: $(VMOD_TESTS)
33

44
*.vtc:
5-
cd $(VARNISHSRC)/bin/varnishtest && ./varnishtest -D vmod_topbuild=$(abs_top_builddir) $(abs_srcdir)/$@
5+
$(VARNISHSRC)/bin/varnishtest/varnishtest -Dvarnishd=$(VARNISHSRC)/bin/varnishd/varnishd -Dvmod_topbuild=$(abs_top_builddir) $@
66

77
check: $(VMOD_TESTS)
88

0 commit comments

Comments
 (0)