From b6148b657661db2b9d7858102e9aa3cf6f19f47f Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 8 Jun 2020 12:33:35 +0200 Subject: force bats version to v1.1.0 We experienced regression when using the latest `v1.2.0-dev` bats in Ubuntu 20.04 (see github.com/containers/libpod/pull/6418). Using bats v1.1.0 worked in the Ubuntu test VM. Signed-off-by: Valentin Rothberg --- contrib/cirrus/integration_test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/cirrus/integration_test.sh b/contrib/cirrus/integration_test.sh index 1aef678d4..c80367454 100755 --- a/contrib/cirrus/integration_test.sh +++ b/contrib/cirrus/integration_test.sh @@ -52,6 +52,7 @@ case "$SPECIALMODE" in make make install PREFIX=/usr ETCDIR=/etc make test-binaries + make .install.bats if [[ "$TEST_REMOTE_CLIENT" == "true" ]] then make remote${TESTSUITE} VARLINK_LOG=$VARLINK_LOG -- cgit v1.2.3-54-g00ecf