ajack       2003/09/25 11:13:54

  Modified:    .        gumpy.sh
  Log:
  Check the status of the integrate.py, it ought only exit badly if it drastically 
fails.
  This stuff it so verbose right now (during development) we don't notice the
  faliure that we should.
  
  Revision  Changes    Path
  1.11      +5 -1      jakarta-gump/gumpy.sh
  
  Index: gumpy.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/gumpy.sh,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- gumpy.sh  10 Sep 2003 21:43:54 -0000      1.10
  +++ gumpy.sh  25 Sep 2003 18:13:54 -0000      1.11
  @@ -125,7 +125,11 @@
   #
   cd $GUMP_PYTHON
   echo $SEPARATOR >> $GUMP_LOG
  -python gump/integrate.py -w ../${GUMP_WORKSPACE}.xml ${GUMP_TARGET} >> $GUMP_LOG 
2>&1 
  +python gump/integrate.py -w ../${GUMP_WORKSPACE}.xml ${GUMP_TARGET} >> $GUMP_LOG 
2>&1 if [ ! $? ] ; then
  +        echo "Failed to integrate, exiting..."
  +        exit 1
  +fi;
  +
   echo >> $GUMP_LOG
   
   # 
  @@ -162,9 +166,10 @@
   pkill -P $$ 
   
   # $Log$
  -# Revision 1.10  2003/09/10 21:43:54  ajack
  -# 1) Some progress with RSS.
  -# 2) Some documentation additions (niceties)
  +# Revision 1.11  2003/09/25 18:13:54  ajack
  +# Check the status of the integrate.py, it ought only exit badly if it drastically 
fails.
  +# This stuff it so verbose right now (during development) we don't notice the
  +# faliure that we should.
   #
   # Revision 1.2  2003/05/30 22:02:56  nickchalko
   # Fixing incomplete update from Adam
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to