From 9aa6d8c681bcf6d6c0df25b2d0624e6ee6abd3c5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 30 Oct 2024 09:16:55 -0400 Subject: Exposes TOPDIR and TEST_DATA variables to test script(s) --- tests/setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/setup.sh') diff --git a/tests/setup.sh b/tests/setup.sh index 78c710d..014f7fc 100644 --- a/tests/setup.sh +++ b/tests/setup.sh @@ -21,7 +21,8 @@ if [[ -z "$PYTHON_VERSIONS" ]]; then fi setup_script_dir="$(dirname ${BASH_SOURCE[0]})" -TOPDIR=$(pwd) +export TOPDIR=$(pwd) +export TEST_DATA="$TOPDIR"/data WS_DEFAULT=rt_workspace_ setup_workspace() { -- cgit