[m-dev.] trivial diff: minor fixes for test_mercury

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Feb 19 17:04:26 AEDT 2001


Estimated hours taken: 0.25

tools/test_mercury:
	Fix some typos/accidental omissions:
	- s/none.gc.debug.tr.debug/none.gc.debug.tr/
	- test hlc.gc.par on venus
	- test clpr on ender

Workspace: /home/mercury/public/test_mercury/scripts/mercury
Index: tools/test_mercury
===================================================================
RCS file: /home/staff/zs/imp/mercury/tools/test_mercury,v
retrieving revision 1.138
diff -u -d -r1.138 test_mercury
--- tools/test_mercury	2001/02/17 07:40:49	1.138
+++ tools/test_mercury	2001/02/17 07:48:53
@@ -378,7 +378,7 @@
 		;;
 esac
 case $HOST in
-	murlibobo|kryten|taifun|quicksilver|hg|hydra|roy|venus)
+	murlibobo|kryten|taifun|quicksilver|hg|hydra|roy|venus|ender)
 		[ -d mercury/extras/clpr/CVS ] ||
 		(cd mercury/extras && cvs checkout $CHECKOUT_OPTS clpr) ||
 			{ false; exit 1; }
@@ -636,10 +636,10 @@
 			gcc)	GRADES="asm_fast.gc asm_fast
 				asm_fast.gc.prof asm_fast.prof
 				asm_fast.gc.memprof asm_fast.gc.tr asm_fast.gc.tr.debug
-				hlc.gc" ;;
+				hlc.gc hlc.par.gc" ;;
 			*)	GRADES="none.gc none none.gc.prof
 				none.prof none.gc.memprof none.gc.tr
-				none.gc.debug.tr.debug hlc.gc" ;;
+				none.gc.tr.debug hlc.gc hlc.par.gc" ;;
 		esac
 		;;
 	roy)

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