Remove environment_test.sh

These config variables are now set in `pytest.ini` instead.
This commit is contained in:
Chris Hill-Scott
2018-02-14 09:50:18 +00:00
parent 3a03f11013
commit 513c64be64
2 changed files with 0 additions and 12 deletions

View File

@@ -5,12 +5,8 @@
# NOTE: This script expects to be run from the project root with
# ./scripts/run_tests.sh
# Use default environment vars for localhost if not already set
set -o pipefail
source environment_test.sh
function display_result {
RESULT=$1
EXIT_STATUS=$2