Browse Source

let's get a more explicit CATALINA_HOME

pull/418/head
qadan 11 years ago
parent
commit
b91d6250bc
  1. 2
      tests/scripts/travis_setup.sh

2
tests/scripts/travis_setup.sh

@ -8,7 +8,7 @@ cd $HOME
git clone git://github.com/Islandora/tuque.git git clone git://github.com/Islandora/tuque.git
git clone -b $FEDORA_VERSION git://github.com/Islandora/islandora_tomcat.git git clone -b $FEDORA_VERSION git://github.com/Islandora/islandora_tomcat.git
cd islandora_tomcat cd islandora_tomcat
export CATALINA_HOME='.' export CATALINA_HOME=`pwd`
./bin/startup.sh ./bin/startup.sh
cd $HOME cd $HOME
pear upgrade --force Console_Getopt pear upgrade --force Console_Getopt

Loading…
Cancel
Save