ajack 2003/09/08 11:25:39
Modified: . gumpy.sh
Log:
gumpy.sh had a few missing line feeds.
Revision Changes Path
1.6 +3 -1 jakarta-gump/gumpy.sh
Index: gumpy.sh
===================================================================
RCS file: /home/cvs/jakarta-gump/gumpy.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gumpy.sh 8 Sep 2003 18:13:11 -0000 1.5
+++ gumpy.sh 8 Sep 2003 18:25:39 -0000 1.6
@@ -135,7 +135,9 @@
cat check_forrest.txt >> $GUMP_LOG
else
echo "No Forrest Output file @ $GUMP_TMP/check_forrest.txt" >> $GUMP_LOG
-fiecho $SEPARATOR >> $GUMP_LOG
+fi
+
+echo $SEPARATOR >> $GUMP_LOG
if [ -f forrest.txt ] ; then
cat forrest.txt >> $GUMP_LOG
@@ -151,18 +153,8 @@
pkill -P $$
# $Log$
-# Revision 1.5 2003/09/08 18:13:11 ajack
-# 1) Output forrest.txt and check_forrest.txt from gumpy
-# (this is to aid to debug forrest not working, since real debug is in xdocs..)
-#
-# 2) Added more workspace 'details' to xdocs, e.g.
-#
-# baedir, tmpdir, scratchdir, logdir, packagedir, and others.
-#
-# 3) Added statistics for "by FOG Factor".
-#
-# Note: FOG Factor is next to meaningless right now, it is a simple algorythm
-# currently scoring failed gumpy runs not failed project runs.
+# Revision 1.6 2003/09/08 18:25:39 ajack
+# gumpy.sh had a few missing line feeds.
#
# 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]