[m-rev.] trivial diff: improve CLP(R) test failure message

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Nov 7 16:40:44 AEDT 2002


Estimated hours taken: 0.1
Branches: main

tools/test_mercury:
	Mention the grade in a couple of the error messages.

Workspace: /home/ceres/fjh/mercury
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.215
diff -u -d -r1.215 test_mercury
--- tools/test_mercury	28 Oct 2002 08:55:20 -0000	1.215
+++ tools/test_mercury	5 Nov 2002 08:28:58 -0000
@@ -729,7 +729,7 @@
 			mmake install LIBGRADES=$grade \
 					$PARALLEL MMAKEFLAGS=$PARALLEL &&
 			mmake realclean $PARALLEL MMAKEFLAGS=$PARALLEL) ||
-				set_status "clpr tests"
+				set_status "clpr tests in grade $GRADE"
 		echo "test trailed_update stuff for grade $grade" 1>&2
 		(cd mercury/extras/trailed_update &&
 			mmake realclean $PARALLEL MMAKEFLAGS=$PARALLEL &&
@@ -737,7 +737,7 @@
 			mmake -k	 $PARALLEL MMAKEFLAGS=$PARALLEL &&
 			mmake -k check	 $PARALLEL MMAKEFLAGS=$PARALLEL &&
 			mmake realclean $PARALLEL MMAKEFLAGS=$PARALLEL) ||
-			    set_status "trailed_update tests"
+			    set_status "trailed_update tests in grade $GRADE"
 		;;
 	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