diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-06-08 12:33:35 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-06-08 15:21:34 +0200 |
commit | b6148b657661db2b9d7858102e9aa3cf6f19f47f (patch) | |
tree | ad0749e9cd6ef7e1e9c369b1f8d6ef026d637a55 /contrib | |
parent | efd1422143c738ae268e4e86da05adb597c84083 (diff) | |
download | podman-b6148b657661db2b9d7858102e9aa3cf6f19f47f.tar.gz podman-b6148b657661db2b9d7858102e9aa3cf6f19f47f.tar.bz2 podman-b6148b657661db2b9d7858102e9aa3cf6f19f47f.zip |
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 <rothberg@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/cirrus/integration_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |