[m-rev.] trivial diff: fix test_mercury

Fergus Henderson fjh at cs.mu.OZ.AU
Sat Aug 31 00:58:46 AEST 2002


Estimated hours taken: 0.5
Branches: main

tools/test_mercury:
	Fix another typo in stayl's recent change.
	Also fix the usage message, which I forgot to update way back
	when I added support for building multiple branches.

Workspace: /home/ceres/fjh/ws-ceres2/mercury
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.191
diff -u -d -r1.191 test_mercury
--- tools/test_mercury	29 Aug 2002 12:29:56 -0000	1.191
+++ tools/test_mercury	30 Aug 2002 14:57:27 -0000
@@ -12,7 +12,7 @@
 
 case $# in
 	5)	HOST=$1; ARCH=$2; FULLARCH=$3; BRANCH=$4; C_COMPILER=$5 ;;
-	*)	echo "Usage: $0 host arch fullarch c_compiler" 1>&2; exit 1 ;;
+	*)	echo "Usage: $0 host arch fullarch branch c_compiler" 1>&2; exit 1 ;;
 esac
 
 PATH="$HOME/bin/$ARCH`awk '/^[^#]/{printf ":%s",$0;}' /home/mercury/public/cron/.path`"
@@ -928,7 +928,7 @@
 			cp Prof.MemoryWords poly.$grade.MemoryWords &&
 			cp Prof.MemoryCells poly.$grade.MemoryCells &&
 			cp Prof.Decl poly.$grade.Decl) ||
-			set_status "benchmarks/poly in grade *.memprof*
+			set_status "benchmarks/poly in grade *.memprof*"
 			;;
 	esac
 	echo "test_mercury finished tests for grade $grade at `date`" 1>&2

-- 
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