[m-dev.] trivial diff: add '**' to tests error message

Fergus Henderson fjh at cs.mu.OZ.AU
Sun Feb 20 14:29:18 AEDT 2000


Estimated hours taken: 0.1

tests/general/accumulator/runtests:
	Add "**" to the error message about the tests not introducing
	accumulators, so that these error messages will show up when
	you do "fgrep '**'" on the test output.

Workspace: /d-drive/home/hg/fjh/mercury
Index: tests/general/accumulator/runtests
===================================================================
RCS file: /home/mercury1/repository/tests/general/accumulator/runtests,v
retrieving revision 1.6
diff -u -d -r1.6 runtests
--- tests/general/accumulator/runtests	2000/01/10 00:44:04	1.6
+++ tests/general/accumulator/runtests	2000/02/20 03:20:23
@@ -28,8 +28,8 @@
     rm -f I.$$
 
     if [ -s INTRODUCED.diff ]; then
-        echo "the tests in the general/accumulator directory failed"
-        echo "as some predicates didn't have accumulators introduced"
+        echo "** the tests in the general/accumulator directory failed"
+        echo "** as some predicates didn't have accumulators introduced"
         echo "mmakeopts=$mmakeopts"
 	    echo "the predicates are:"
         cat INTRODUCED.diff

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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