From: Jason Etheridge Date: Wed, 9 Oct 2013 16:01:50 +0000 (-0400) Subject: more separated output X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e9cdd4e1f14855c99b1a9b24e8ade86a14e9f024;p=working%2Frandom.git more separated output --- diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index b87fd5886..0621f6e7c 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -205,7 +205,10 @@ echo _.-~= Running OpenSRF build tests make check echo Return Value = $? echo End of OpenSRF build tests =~-._ +echo _.-~= Installing OpenSRF make install +echo Return Value = $? +echo End of Installing OpenSRF =~-._ # Build and install the ILS OSRF_COMMAND=' @@ -226,7 +229,9 @@ make check echo Return Value = $? echo End of Evergreen build tests =~-._ +echo _.-~= Installing Evergreen make install +echo Return Value = $? cp /openils/conf/opensrf.xml.example /openils/conf/opensrf.xml cp /openils/conf/opensrf_core.xml.example /openils/conf/opensrf_core.xml @@ -266,6 +271,7 @@ perl Open-ILS/src/support-scripts/eg_db_config \ --database evergreen \ --admin-user $ADMIN_USER \ --admin-pass $ADMIN_PASS; +echo Return Value = $? if [ $LIVETEST ]; then PG_CMD=" @@ -326,12 +332,16 @@ else echo "INFO: /etc/hosts already has public.localhost line"; fi +echo End of Installing Evergreen =~-._ + if [ $AUTOSTART ]; then if [ $LIVETEST ]; then rm /openils/var/log/*.log fi +echo _.-~= Starting Evergreen + OSRF_COMMAND=' export LD_LIBRARY_PATH=/openils/lib:/usr/local/lib:/usr/local/lib/dbd:$LD_LIBRARY_PATH \ && export PATH=/openils/bin:$PATH \ @@ -355,6 +365,8 @@ sed -i 's/KeepAliveTimeout .*/KeepAliveTimeout 1/' /etc/apache2/apache2.conf echo Restarting Apache /etc/init.d/apache2 restart +echo End of Starting Evergreen =~-._ + if [ $LIVETEST ]; then # TODO: Eventually move these tests into a Make target within Evergreen cd /home/opensrf/Evergreen