[m-rev.] trivial diff: tools/test_mercury: fix misleading messages

Fergus Henderson fjh at cs.mu.OZ.AU
Sun Oct 20 16:20:22 AEST 2002


Estimated hours taken: 0.1
Branches: main

tools/test_mercury:
	Fix some misleading error messages.

Workspace: /home/ceres/fjh/mercury
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.211
diff -u -d -r1.211 test_mercury
--- tools/test_mercury	19 Oct 2002 14:20:18 -0000	1.211
+++ tools/test_mercury	19 Oct 2002 14:22:11 -0000
@@ -726,7 +726,7 @@
 			mmake install LIBGRADES=$grade \
 					$PARALLEL MMAKEFLAGS=$PARALLEL &&
 			mmake realclean $PARALLEL MMAKEFLAGS=$PARALLEL) ||
-				set_status "clpr realclean"
+				set_status "clpr tests"
 		echo "test trailed_update stuff for grade $grade" 1>&2
 		(cd mercury/extras/trailed_update &&
 			mmake realclean $PARALLEL MMAKEFLAGS=$PARALLEL &&
@@ -734,7 +734,7 @@
 			mmake 		 $PARALLEL MMAKEFLAGS=$PARALLEL &&
 			mmake check	 $PARALLEL MMAKEFLAGS=$PARALLEL &&
 			mmake realclean $PARALLEL MMAKEFLAGS=$PARALLEL) ||
-			    set_status "trailed_update realclean"
+			    set_status "trailed_update tests"
 		;;
 	esac
 done

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list