Fix a typo in previous commit; missed $

In the preceding commit, I missed a $ which caused dsvm to pass but
int-tests to fail.

Change-Id: Ie557cf3b1082d937d468c7ea13c1e085e3b94426
This commit is contained in:
Amrith Kumar 2016-10-22 16:26:07 -04:00
parent 0b8f01a6a7
commit 0afac6bef1

View File

@ -668,7 +668,7 @@ function mod_confs() {
sudo install -b --mode 0664 $TROVESTACK_SCRIPTS/conf/test_begin.conf $TEST_CONF
# cmd_dsvm_gate_tests will set this to be $HOME/report
TROVE_REPORT_DIR=${TROVE_REPORT_DIR:=TROVESTACK_SCRIPTS/../report/}
TROVE_REPORT_DIR=${TROVE_REPORT_DIR:=$TROVESTACK_SCRIPTS/../report/}
EXTRA_CONF=$TROVESTACK_SCRIPTS/conf/test.extra.conf
if [ -e $EXTRA_CONF ]; then