From: Jason Etheridge Date: Thu, 8 Aug 2013 18:20:38 +0000 (-0400) Subject: include settings-tester.pl output X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b82769e934904ab825bdeaa26f4c7d1af1816275;p=working%2Frandom.git include settings-tester.pl output --- diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index 734453dc8..9de88032e 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -310,6 +310,7 @@ if [ $LIVETEST ]; then su - postgres -c 'cd /home/opensrf/Evergreen ; pg_prove -vr -d evergreen Open-ILS/src/sql/Pg/t/' echo End of pgTAP tests =~-._ echo _.-~= Running settings-tester.pl + su - opensrf sh -c 'export PATH=/openils/bin:$PATH ; cd /home/opensrf/Evergreen/Open-ILS/src/support-scripts/ ; ./settings-tester.pl' echo End of settings-tester.pl output =~-._ echo _.-~= Running perl live tests su - opensrf sh -c 'export PATH=/openils/bin:$PATH ; cd /home/opensrf/Evergreen/Open-ILS/src/perlmods/ ; make livecheck'