Update run_travis_test.sh

Missed space before ']'.  Sigh.
This commit is contained in:
Keith T. Star
2015-10-01 14:43:32 -07:00
parent 28f9e4b1c3
commit 76768059e0

View File

@@ -7,7 +7,7 @@
echo $1
echo $2
if [ "$TRAVIS_OS_NAME" = "linux"] && [ "$FETK" = "ON" ]; then
if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$FETK" = "ON" ]; then
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$1/../fetk/lib
fi
PATH=$PATH:$1 python apbs_tester.py -c $2