You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/03/17 21:10:06 UTC

cvs commit: gump gumpy.sh

ajack       2004/03/17 12:10:06

  Modified:    .        gumpy.sh
  Log:
  Write log to tmp, then move to log directory after run is over.
  
  Revision  Changes    Path
  1.31      +4 -1      gump/gumpy.sh
  
  Index: gumpy.sh
  ===================================================================
  RCS file: /home/cvs/gump/gumpy.sh,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- gumpy.sh	29 Feb 2004 19:03:39 -0000	1.30
  +++ gumpy.sh	17 Mar 2004 20:10:06 -0000	1.31
  @@ -61,7 +61,8 @@
   export GUMP_TMP=$GUMP/tmp
   export GUMP_WS_TMP=$GUMP_WS/tmp
   export GUMP_DATE=`date`
  -export GUMP_LOG=$GUMP_LOG_DIR/gumpy.html
  +export GUMP_LOG=$GUMP_WS_TMP/gumpy.html
  +export GUMP_FINAL_LOG=$GUMP_LOG_DIR/gumpy.html
   export GUMP_PROFILE_LOG_DIR=$GUMP_LOG_DIR/myprofile
   
   if [ -z "$GUMP_WORKSPACE" ] ; then
  @@ -226,12 +227,14 @@
   
   echo \</XMP\> >> $GUMP_LOG
   
  +cp $GUMP_LOG $GUMP_FINAL_LOG
  +
   #
   # Ensure nothing we started (directly) is left running after we end...
   #
   pkill -KILL -P $$ 
   
   # $Log$
  -# Revision 1.30  2004/02/29 19:03:39  ajack
  -# Tweaks for Gump migration to TLP changes.
  +# Revision 1.31  2004/03/17 20:10:06  ajack
  +# Write log to tmp, then move to log directory after run is over.
   #
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org