Update of /cvsroot/flexml/flexml/testbed
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4144
Modified Files:
CompareOut.pl
Log Message:
Remove old comments.
Index: CompareOut.pl
===================================================================
RCS file: /cvsroot/flexml/flexml/testbed/CompareOut.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CompareOut.pl 21 Aug 2006 16:09:32 -0000 1.1
+++ CompareOut.pl 21 Aug 2006 17:33:13 -0000 1.2
@@ -24,42 +24,6 @@
# $Id$
# $Source$
-# $Log$
-# Revision 1.1 2006/08/21 16:09:32 wdowling
-# Initial revision: regression testbed.
-#
-# Revision 1.4 2006/07/14 19:28:41 jye
-# Change the hash-bang at the beginning of the perl script
-#
-# Revision 1.3 2003/11/25 21:07:21 wdowling
-# Do comparison of stderr before stdout. (If both are different from
-# expected, the stderr file is usually mor informative.)
-#
-# Revision 1.2 2003/11/18 17:37:28 jaross
-# Minor Change to change the string: "failed:" to "failed". Not only is this
-# more consistent with the passed string, but it was causing
-# errors in the nightly linksadm cronjob: verifybuilds.sh.
-#
-# Revision 1.1 2003/06/16 20:26:16 rlange
-# Moved BuildDepend.pl from liblocal to makeutils.
-# Moved CompareOut.pl and hack_swig_output.pl from
-# liblocal/scripts to makeutils.
-#
-# Revision 1.4 2002/06/24 20:45:52 wdowling
-# Send output sdterr output from diff command (diff or cmp) to /dev/null.
-#
-# Revision 1.3 2002/06/18 15:42:23 cliscum
-# Add ability to specify comparison program on command line with '-p xxx'.
-#
-# Revision 1.2 2001/12/07 21:13:42 wdowling
-# Accommodate use of diff_opts as 1st command line parameter, and pass
-# into system call of diff if present. Print basename in case of passing test.
-#
-# Revision 1.1 2001/12/06 20:45:12 wdowling
-# Initial check. Support module for 'make test'. See
-# liblocal/Makefile.{header, trailer} for usage.
-#
-
use strict;
use Getopt::Std;
|