fix: overridable ABRA_DIR

This commit is contained in:
2023-09-05 11:57:02 +02:00
committed by decentral1se
parent 25258d3d64
commit 58e78e4d7c
3 changed files with 26 additions and 16 deletions

View File

@ -24,13 +24,12 @@ _setup_env(){
ABRA="$ROOT/abra"
KADABRA="$ROOT/kadabra"
ABRA_TEST=true
ABRA_TEST_DIR="$HOME/.abra_test"
ABRA_DIR="$HOME/.abra_test"
_build_abra
_build_kadabra
}
_default_teardown(){
rm -rf "$ABRA_TEST_DIR"
rm -rf "$ABRA_DIR"
}