File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "problemMatcher" : [
3+ {
4+ "owner" : " vtest" ,
5+ "pattern" : [
6+ {
7+ "regexp" : " ^#(\\ s+top\\ s+TEST\\ s+(.*)\\ s+FAILED.*)" ,
8+ "file" : 2 ,
9+ "message" : 1
10+ }
11+ ]
12+ }
13+ ]
14+ }
Original file line number Diff line number Diff line change 6363 sudo install -m755 -d /usr/local/share/lua/5.3/
6464 sudo install -m644 haproxy-lua-http/http.lua /usr/local/share/lua/5.3/haproxy-lua-http.lua
6565 sed -i 's/lua-prepend-path/#lua-prepend-path/g' test/*.vtc
66+ - name : Install problem matcher for VTest.
67+ run : echo "::add-matcher::.github/vtest.json"
6668 - name : Run tests using HAProxy ${{ steps.install-haproxy.outputs.version }}.
6769 run : vtest -Dhaproxy_version=${{ steps.install-haproxy.outputs.version }} -k -t 10 test/*.vtc
Original file line number Diff line number Diff line change 33varnishtest "Verify that we don't leak variables."
44feature ignore_unknown_macro
55feature cmd "dpkg --compare-versions ${haproxy_version} ge 2.2"
6+ feature cmd "dpkg --compare-versions ${haproxy_version} lt 2.5-dev6"
67
78server s1 {
89 rxreq
You can’t perform that action at this time.
0 commit comments