Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use `bash` binary from env instead of /bin/bash for scripts | Sascha Grunert | 2020-08-17 |
| | | | | | | | | It's not possible to run any of the scripts on distributions which do have `bash` not in `/bin`. This is being fixed by using `/usr/bin/env bash` instead. Signed-off-by: Sascha Grunert <sgrunert@suse.com> | ||
* | force bats version to v1.1.0 | Valentin Rothberg | 2020-06-08 |
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> |