#!/bin/bash set -euxo pipefail DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" cd "$DIR" if [ "${RUN_QUICKSTART:-true}" == "true" ]; then source ./run-quickstart.sh fi set +x echo "Activating virtual environment" source venv/bin/activate set -x # set environment variables for the test source ./set-test-env-vars.sh LOAD_DATA=$(cat <