From 4c54311a3aaa6459f36047867ebb28b7bc98d50a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 5 Sep 2023 13:55:32 +0200 Subject: [PATCH] fix: and expose ABRA_DIR --- docs/abra/hack.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/abra/hack.md b/docs/abra/hack.md index 29cb9212..9fb2e6c7 100644 --- a/docs/abra/hack.md +++ b/docs/abra/hack.md @@ -33,6 +33,7 @@ apt install bats bats-assert bats-support jq make git Then you can run the integration test suite with the following: ``` +export ABRA_DIR="$HOME/.abra_test" bats tests/integration --timing --pretty ```