mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-06 07:04:34 +01:00
Instead of using package manager to install bats, building this from source. This gives us the updated version of bats which supports functions such as setup_file and teardown_file. We can use these functions into our current tests. Fixes: #7597 Signed-off-by: Unmesh Deodhar <udeodhar@amd.com>