From 0985fce12ac6819e0c28f30076cf5259b01c509b Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 16 Jan 2018 12:10:18 -0600 Subject: switch to bats-core it seems the original bats project is deprecated and bats-core is an active fork of it. we dont have packages in distributions but will build from source. Signed-off-by: baude Closes: #232 Approved by: baude --- .papr.sh | 5 +++++ .papr.yml | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.papr.sh b/.papr.sh index e9ac72fe1..b69576ce3 100755 --- a/.papr.sh +++ b/.papr.sh @@ -96,3 +96,8 @@ fi make TAGS="${TAGS}" make TAGS="${TAGS}" install PREFIX=/host/usr ETCDIR=/host/etc make TAGS="${TAGS}" test-binaries + +# Add the new bats core instead of the deprecated bats +git clone https://github.com/bats-core/bats-core /bats-core +cd /bats-core +install -D -m 755 libexec/* /host/usr/bin/ diff --git a/.papr.yml b/.papr.yml index 2100a3773..6ca7e7152 100644 --- a/.papr.yml +++ b/.papr.yml @@ -15,7 +15,6 @@ tests: - CRIO_ROOT=/var/tmp/checkout PODMAN_BINARY=/usr/bin/podman CONMON_BINARY=/usr/libexec/crio/conmon PAPR=1 sh .papr.sh packages: - - bats - containernetworking-cni --- -- cgit v1.2.3-54-g00ecf