mirror of
https://github.com/Electrostatics/apbs.git
synced 2026-06-04 12:44:23 +08:00
Update run_travis_test.sh
Missed space before ']'. Sigh.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user