From cd439daab5a69226e8296c8e04c349d585215059 Mon Sep 17 00:00:00 2001 From: qadan Date: Mon, 21 Oct 2013 14:49:46 -0300 Subject: [PATCH] brrrrrr --- tests/scripts/travis_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/travis_setup.sh b/tests/scripts/travis_setup.sh index ec57a37f..9fd482da 100755 --- a/tests/scripts/travis_setup.sh +++ b/tests/scripts/travis_setup.sh @@ -8,8 +8,8 @@ cd $HOME git clone git://github.com/Islandora/tuque.git git clone -b $FEDORA_VERSION git://github.com/qadan/islandora_tomcat.git cd islandora_tomcat -export CATALINA_HOME='.' -export FEDORA_HOME='/home/travis/islandora_tomcat/fedora' +export CATALINA_HOME=`pwd` +export FEDORA_HOME='$CATALINA_HOME/fedora' ./bin/startup.sh cd $HOME pear upgrade --force Console_Getopt