[macOS] Get rid of invoke_tests imports (#2496)

* get rid of invoke_tests imports

* add sudo

* change path to /usr/bin/invoke_tests

* create /usr/local/bin dir

* remove local variables

* fix group owner

* set default 775 perm

* delete invoke_tests symlink
This commit is contained in:
Aleksandr Chebotov
2021-01-22 09:26:28 +03:00
committed by GitHub
parent 8450762c10
commit caa7a1ac6d
36 changed files with 35 additions and 70 deletions

View File

@@ -1,5 +1,4 @@
#!/bin/bash -e -o pipefail
source ~/utils/invoke-tests.sh
source ~/utils/utils.sh
echo "Installing Python Tooling"
@@ -28,4 +27,4 @@ echo "export PIPX_BIN_DIR=${PIPX_BIN_DIR}" >> "${HOME}/.bashrc"
echo "export PIPX_HOME=${PIPX_HOME}" >> "${HOME}/.bashrc"
echo 'export PATH="$PIPX_BIN_DIR:$PATH"' >> "${HOME}/.bashrc"
invoke_tests "Python"
invoke_tests "Python"