Restored bats 1.7

This commit is contained in:
Anthony Scemama 2023-02-03 11:25:22 +01:00
parent a8ab439a92
commit 9de4740da3
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -300,8 +300,8 @@ EOF
execute << EOF
cd "\${QP_ROOT}"/external
tar -zxf qp2-dependencies/bats-v1.1.0.tar.gz
( cd bats-core-1.1.0/ ; ./install.sh \${QP_ROOT})
tar -zxf qp2-dependencies/bats-v1.7.0.tar.gz
( cd bats-core-1.7.0/ ; ./install.sh \${QP_ROOT})
EOF
else