summaryrefslogtreecommitdiff
path: root/.papr.sh
diff options
context:
space:
mode:
Diffstat (limited to '.papr.sh')
-rwxr-xr-x.papr.sh5
1 files changed, 5 insertions, 0 deletions
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/