Change standalone integration test to use sql login (#4728)

This commit is contained in:
Yurong He
2019-03-27 15:09:45 -07:00
committed by GitHub
parent a360bebd9d
commit 102b48c302
3 changed files with 10 additions and 6 deletions

View File

@@ -3,5 +3,7 @@ export BDC_BACKEND_USERNAME=$1
export BDC_BACKEND_PWD=$2
export BDC_BACKEND_HOSTNAME=$3
export PYTHON_TEST_PATH=$4
echo No problem reading $BDC_BACKEND_USERNAME, password, $BDC_BACKEND_HOSTNAME and $PYTHON_TEST_PATH
export STANDALONE_SQL_USERNAME=%~5
export STANDALONE_SQL_PWD=%~6
echo No problem reading $BDC_BACKEND_USERNAME, password, $BDC_BACKEND_HOSTNAME, $PYTHON_TEST_PATH, $STANDALONE_SQL_USERNAME and $STANDALONE_SQL_PWD
set