[m-dev.] for review: fix cut-and-paste error in test_mercury

Tyson Dowd trd at cs.mu.OZ.AU
Tue Jan 23 10:16:24 AEDT 2001


Hi,

I noticed this in the logs today.

===================================================================


Estimated hours taken: 0.1

tools/test_mercury:
	Fix a cut-and-paste error -- the message for tagging the
	unstable rotd was talking about the stable rotd instead.


Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.129
diff -u -r1.129 test_mercury
--- tools/test_mercury	2001/01/07 02:15:31	1.129
+++ tools/test_mercury	2001/01/22 23:14:27
@@ -620,7 +620,7 @@
 	mv mercury/mercury-$version.$fullarch.tar.gz \
 		$UNSTABLE/mercury-$version.$fullname.tar.gz &&
 	:
-	echo "test_mercury tagging stable rotd, starting at `date`" 1>&2 &&
+	echo "test_mercury tagging unstable rotd, starting at `date`" 1>&2 &&
 	cvs rtag -d unstable-rotd-$fullname_tag mercury clpr tests &&
 	cvs tag unstable-rotd-$fullname_tag mercury tests &&
 	echo "test_mercury tagging unstable rotd, finished at `date`" 1>&2


-- 
       Tyson Dowd           # 
                            #  Surreal humour isn't everyone's cup of fur.
     trd at cs.mu.oz.au        # 
http://www.cs.mu.oz.au/~trd #
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list