allow running from any directory

This commit is contained in:
Ashwin Bharambe 2025-08-18 09:44:58 -07:00
parent 4997552268
commit eaaf49496e

View file

@ -133,6 +133,10 @@ else
EXTRA_PARAMS=""
fi
THIS_DIR=$(dirname "$0")
ROOT_DIR="$THIS_DIR/.."
cd $ROOT_DIR
# Set recording directory
if [[ "$RUN_VISION_TESTS" == "true" ]]; then
export LLAMA_STACK_TEST_RECORDING_DIR="tests/integration/recordings/vision"