CI: vtest: Rely on VTest2 to run regression tests
VTest2 (https://github.com/vtest/VTest2) was released and is a remplacement for VTest. VTest was archived. So let's use the new version now. If this commit is backported, the 2 following commits must also be backported: * 2808e3577 ("REGTESTS: Explicitly allow failing shell commands in some scripts") * 82c291124 ("REGTESTS: Make the script testing conditional set-var compatible with Vtest2")
This commit is contained in:
parent
bc4c3c7969
commit
6a18d28ba2
@ -14,7 +14,7 @@ See also: doc/regression-testing.txt
|
|||||||
|
|
||||||
* vtest compilation *
|
* vtest compilation *
|
||||||
|
|
||||||
$ git clone https://github.com/vtest/VTest
|
$ git clone https://github.com/vtest/VTest2
|
||||||
|
|
||||||
$ cd VTest
|
$ cd VTest
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -eux
|
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
|
mkdir ../vtest
|
||||||
tar xvf VTest.tar.gz -C ../vtest --strip-components=1
|
tar xvf VTest.tar.gz -C ../vtest --strip-components=1
|
||||||
# Special flags due to: https://github.com/vtest/VTest/issues/12
|
# Special flags due to: https://github.com/vtest/VTest/issues/12
|
||||||
|
Loading…
x
Reference in New Issue
Block a user