Commit 1e546e95 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add coverage of the vxp_test program

parent f3f0116c
......@@ -93,5 +93,5 @@ vsl_glob_test_LDADD = libvarnishapi.la @SAN_LDFLAGS@
dist_noinst_SCRIPTS = vsl_glob_test_coverage.sh
TESTS = vsl_glob_test_coverage.sh
TESTS = vsl_glob_test_coverage.sh vxp_test_coverage.sh
TEST_EXTENSIONS = .sh
#!/bin/sh
./vxp_test -q '(*Error) or (BerespStatus >= 500)'
./vxp_test -q 'ReqHeader:user-agent ~ "iPod" and Timestamp:Resp[2] > 1'
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