Skip to content

Commit 1ceeeac

Browse files
committed
CI: vtest: temporarily build from the sd-notify PR
Build VTest temporarily from the sd-notify PR until the vtest/VTest#41 is merged. This PR allows starting with -Ws in order to have more reliables tests in master-worker mode.
1 parent 1584524 commit 1ceeeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-vtest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eux
44

5-
curl -fsSL https://github.com/vtest/VTest/archive/master.tar.gz -o VTest.tar.gz
5+
curl -fsSL https://github.com/wlallemand/VTest/archive/refs/heads/haproxy-sd_notify.tar.gz -o VTest.tar.gz
66
mkdir ../vtest
77
tar xvf VTest.tar.gz -C ../vtest --strip-components=1
88
# Special flags due to: https://github.com/vtest/VTest/issues/12

0 commit comments

Comments
 (0)