From: Jason Etheridge Date: Tue, 6 Aug 2013 21:34:41 +0000 (-0400) Subject: include the right PATH X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f21e7ea9cafdd575d2157257a4c768561e4fa389;p=working%2Frandom.git include the right PATH Signed-off-by: Jason Etheridge --- diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index 92e1ea45a..7ee3c6940 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -303,7 +303,7 @@ if [ $LIVETEST ]; then echo Running pgTAP tests su - postgres -c 'cd /home/opensrf/Evergreen ; pg_prove -vr -d evergreen Open-ILS/src/sql/Pg/t/' echo Running perl tests - su - opensrf -c 'cd /home/opensrf/Evergreen/Open-ILS/src/perlmods/ ; make livecheck' + su - opensrf sh -c 'export PATH=/openils/bin:$PATH ; cd /home/opensrf/Evergreen/Open-ILS/src/perlmods/ ; make livecheck' else cat <