Skip to content

Commit

Permalink
revert to cleaner method of importing setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aristizabal95 committed Feb 21, 2024
1 parent 520b765 commit 845e30a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cli/cli_tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# import setup
SETUP_FILE="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )/tests_setup.sh"
echo "importing setup at $SETUP_FILE"
. $SETUP_FILE
. "$(dirname $(realpath "$0"))/tests_setup.sh"

##########################################################
################### Start Testing ########################
Expand Down

0 comments on commit 845e30a

Please sign in to comment.