modified error handling methods
[feisty_meow.git] / scripts / buildor / refresh_gffs_build.sh
index dc255929e3040cfdda487e515257f33ac6e0b715..66f1028e480f5c3288d0a03dc0e99b6e4c009516 100644 (file)
@@ -14,12 +14,12 @@ echo cleaning out the logs directory...
 echo making a simple starting log file for container...
 if [ ! -d "$GFFS_LOGS" ]; then
   mkdir -p "$GFFS_LOGS"
-  test_or_die Making GFFS logs directory.
+  exit_on_error Making GFFS logs directory.
 fi
 
 echo building the code freshly, although not with a clean first...
 build_gffs 
-test_or_die Building GFFS source code.
+exit_on_error Building GFFS source code.
 
 echo starting container now and spooling its log file...
 (bash $GFFS_TOOLKIT_ROOT/library/maybe_restart_container.sh &>$TMP/main_container_restarting.log & )