diff options
-rw-r--r-- | tests/setup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |