Skip to content

Commit

Permalink
exit if not run from root
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Sep 26, 2024
1 parent f94252b commit a08755d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/basic_integration/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ PLAINTEXT="1234,567890"

if [[ "$ROOT_DIR" != "$(pwd)" ]]; then
echo "This script must be run from the root"
exit 1
fi

# Environment variables
Expand Down

0 comments on commit a08755d

Please sign in to comment.