more output
authorJason Etheridge <jason@esilibrary.com>
Mon, 7 Oct 2013 16:26:23 +0000 (12:26 -0400)
committerJason Etheridge <jason@esilibrary.com>
Mon, 7 Oct 2013 16:26:23 +0000 (12:26 -0400)
installer/wheezy/eg_wheezy_installer.sh

index 63d62bb..5d14e03 100755 (executable)
@@ -170,7 +170,10 @@ autoreconf -i;
 ./configure --prefix=/openils --sysconfdir=/openils/conf;
 make;'
 
+echo _.-~= Building OpenSRF
 su - opensrf sh -c "$OSRF_COMMAND"
+echo Return Value = $?
+echo End of Building OpenSRF =~-._
 cd /home/opensrf/OpenSRF;
 echo _.-~= Running OpenSRF build tests
 make check
@@ -187,7 +190,10 @@ autoreconf -i;
 make;
 '
 
+echo _.-~= Building Evergreen
 su - opensrf sh -c "$OSRF_COMMAND"
+echo Return Value = $?
+echo End of Building Evergreen =~-._
 cd /home/opensrf/Evergreen
 echo _.-~= Running Evergreen build tests
 make check