Skip to content

Commit

Permalink
style: comment clean up
Browse files Browse the repository at this point in the history
[skip release]
  • Loading branch information
RedLeader962 committed Aug 6, 2024
1 parent 838b226 commit 60bb4c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/bats_testing_tools/run_bats_tests_in_docker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,10 @@ BATS_DOCKERFILE_DISTRO=${2:-'ubuntu'}
# ....N2ST root logic..............................................................................
REPO_ROOT=$(pwd)
N2ST_BATS_TESTING_TOOLS_ABS_PATH="$( cd "$( dirname "${0}" )" &> /dev/null && pwd )"

# ToDo: assessment › harccoding the relative path is more robust. Since the location wont change anymore, the version with string substitution is irelevant.
N2ST_BATS_TESTING_TOOLS_RELATIVE_PATH=".${N2ST_BATS_TESTING_TOOLS_ABS_PATH/$REPO_ROOT/}"
#N2ST_BATS_TESTING_TOOLS_RELATIVE_PATH="tests/bats_testing_tools"

#N2ST_PATH=$( git rev-parse --show-toplevel )
N2ST_PATH="${N2ST_BATS_TESTING_TOOLS_ABS_PATH}/../.."
test -d "${N2ST_PATH}" || exit 1
#tree -a -L 1 ${N2ST_PATH}


# ....Source project shell-scripts dependencies....................................................
pushd "$(pwd)" >/dev/null || exit 1
Expand Down

0 comments on commit 60bb4c4

Please sign in to comment.