Fixing install step

release/4.3a0
Fan Jiang 2020-02-12 00:18:20 -05:00
parent 314d94d620
commit ef424bf144
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -x -e set -x -e
# Install a system package required by our library # Install a system package required by our library
sudo apt-get install wget libicu libicu-dev sudo apt-get install wget libicu-dev
CURRDIR=$(pwd) CURRDIR=$(pwd)

View File

@ -68,6 +68,8 @@ function test ()
finish finish
} }
exit 0
# select between build or test # select between build or test
case $1 in case $1 in
-b) -b)