public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* contrib/compare_tests
@ 2012-02-11 14:42 Mike Stump
  0 siblings, 0 replies; only message in thread
From: Mike Stump @ 2012-02-11 14:42 UTC (permalink / raw)
  To: gcc-patches Patches

Index: compare_tests
===================================================================
--- compare_tests	(revision 184129)
+++ compare_tests	(working copy)
@@ -83,11 +83,14 @@ if [ -d "$1" -a -d "$2" ] ; then
 		exit $exit_status
 	fi
 	cmnsums=`cat $lst5 | wc -l`
+	sum1="/tmp/$tool-sum-1"
+	sum2="/tmp/$tool-sum-2"
 	echo "# Comparing $cmnsums common sum files"
 	( for fname in `cat $lst5`; do cat $1/$fname; done ) >$sum1
 	( for fname in `cat $lst5`; do cat $2/$fname; done ) >$sum2
 	echo "## ${CONFIG_SHELL-/bin/sh} $0 $strict $sum1 $sum2"
 	${CONFIG_SHELL-/bin/sh} $0 $strict $sum1 $sum2
+	rm -f $sum1 $sum2
 	ret=$?
 	if [ $ret -ne 0 ]; then
 		exit_status=`expr $exit_status + 1`
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 184129)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2012-02-11  Mike Stump  <mikestump@comcast.net>
+
+	* compare_tests (exit_status): Fix.
+
 2012-02-10   Diego Novillo  <dnovillo@google.com>
 
 	* repro_fail: Add --debug and --debug-tui flags.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-11 14:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-11 14:42 contrib/compare_tests Mike Stump

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).