forked from toolshed/abra
test: long flags, drop docker, use run_tests for all tests
This commit is contained in:
@ -3,15 +3,8 @@
|
||||
set -e
|
||||
|
||||
function init() {
|
||||
ABRA="$HOME/.local/bin/abra"
|
||||
INSTALLER_URL="https://install.abra.coopcloud.tech"
|
||||
|
||||
for arg in "$@"; do
|
||||
if [ "$arg" == "--dev" ]; then
|
||||
ABRA="/src/abra"
|
||||
INSTALLER_URL="https://git.coopcloud.tech/coop-cloud/abra/raw/branch/main/scripts/installer/installer"
|
||||
fi
|
||||
done
|
||||
ABRA="$(PWD)/../../abra"
|
||||
INSTALLER_URL="https://git.coopcloud.tech/coop-cloud/abra/raw/branch/main/scripts/installer/installer"
|
||||
|
||||
export PATH=$PATH:$HOME/.local/bin
|
||||
|
||||
|
Reference in New Issue
Block a user