Set TGS_INSTANCE_ROOT env var in event scripts

This commit is contained in:
Jordan Dominion
2025-04-20 18:35:03 -04:00
parent 86cf4daee8
commit 40b9432fcd
4 changed files with 24 additions and 0 deletions
@@ -4,6 +4,13 @@ set -e
echo "Running test_event script - $1 - $2"
if [[ -z "${TGS_INSTANCE_ROOT}" ]]; then
echo "TEST ERROR: TGS_INSTANCE_ROOT env var not defined"
exit 1
fi
echo "TGS_INSTANCE_ROOT: ${TGS_INSTANCE_ROOT}"
sleep 5
cd $1