From 59a6f5212bc8bcee70aebec084209bebe5d0e8ce Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 29 Sep 2025 09:18:53 +0200 Subject: [PATCH] fix: latest debian has the right bats --- docs/abra/hack.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/abra/hack.md b/docs/abra/hack.md index 9f302b3..1f978c5 100644 --- a/docs/abra/hack.md +++ b/docs/abra/hack.md @@ -127,16 +127,7 @@ Then, before running tests, set `export BATS_LIB_PATH=~/.local/share/bats/` ##### Debian ``` -apt install bats-file bats-assert bats-support jq make git -``` - -Unfortunately, the latest `bats` version in Debian stable does not have the "filter tests by tags" feature, which is very handy for running a subset of the tests. For this, we need to install `bats` from source. It's easy. - -``` -apt purge -y bats -git clone https://github.com/bats-core/bats-core.git -cd bats-core -sudo ./install.sh /usr/local +apt install bats bats-file bats-assert bats-support jq make git ``` #### Setup Test Server