diff --git a/reg-tests/README b/reg-tests/README index ef721fdff..e77d0cce3 100644 --- a/reg-tests/README +++ b/reg-tests/README @@ -14,7 +14,7 @@ See also: doc/regression-testing.txt * vtest compilation * - $ git clone https://github.com/vtest/VTest + $ git clone https://github.com/vtest/VTest2 $ cd VTest diff --git a/scripts/build-vtest.sh b/scripts/build-vtest.sh index b9945078b..3da427622 100755 --- a/scripts/build-vtest.sh +++ b/scripts/build-vtest.sh @@ -2,7 +2,7 @@ set -eux -curl -fsSL https://github.com/wlallemand/VTest/archive/refs/heads/haproxy-sd_notify.tar.gz -o VTest.tar.gz +curl -fsSL https://github.com/vtest/VTest2/archive/main.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