diff --git a/scripts/build-vtest.sh b/scripts/build-vtest.sh index 9ae43068ec..b9945078bb 100755 --- a/scripts/build-vtest.sh +++ b/scripts/build-vtest.sh @@ -2,7 +2,7 @@ set -eux -curl -fsSL https://github.com/vtest/VTest/archive/master.tar.gz -o VTest.tar.gz +curl -fsSL https://github.com/wlallemand/VTest/archive/refs/heads/haproxy-sd_notify.tar.gz -o VTest.tar.gz mkdir ../vtest tar xvf VTest.tar.gz -C ../vtest --strip-components=1 # Special flags due to: https://github.com/vtest/VTest/issues/12