[m-rev.] diff: run_all_tests_from_cron: test 0.11 branch

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Nov 13 17:26:11 AEDT 2002


Estimated hours taken: 0.25
Branches: main

tools/run_all_tests_from_cron:
	- Test the 0.11 branch rather than the 0.10 branch.

Workspace: /home/mercury/public/test_mercury/scripts/mercury
Index: tools/run_all_tests_from_cron
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/run_all_tests_from_cron,v
retrieving revision 1.56
diff -u -d -r1.56 run_all_tests_from_cron
--- tools/run_all_tests_from_cron	6 Oct 2002 19:46:01 -0000	1.56
+++ tools/run_all_tests_from_cron	13 Nov 2002 06:23:28 -0000
@@ -72,25 +72,17 @@
 
 #-----------------------------------------------------------------------------#
 
+release_branch=0.11
 case "$BRANCH" in
     "")
         DAY=`date '+%e'`
         case $HOST in
-	    hg)
-		# XXX The release branch doesn't compile on hg due
-		# to problems with the GCC back-end.
-	    	BRANCH=latest
-		;;
-	    mundroo)
-		# release branch not yet installed.
-		BRANCH=latest
-		;;
 	    taifun|mundroo)
 	    	# For these hosts we only run 3 times a week.
 		# On Monday and Thursday, test the main branch.
 		# On Sunday, test the release branch.
 		case `date '+%w'` in
-			6)	BRANCH=0.10 ;;
+			6)	BRANCH=$release_branch ;;
 			*)	BRANCH=latest ;;
 		esac
 		;;
@@ -101,7 +93,7 @@
 		# On even-numbered days, test the main branch.
 		#
 		case $DAY in
-			*[13579]) BRANCH=0.10 ;;
+			*[13579]) BRANCH=$release_branch ;;
 			*)	  BRANCH=latest ;;
 		esac
 		;;
@@ -113,7 +105,7 @@
 		#
 		case $DAY in
 			*[13579]) BRANCH=latest ;;
-			*)	  BRANCH=0.10 ;;
+			*)	  BRANCH=$release_branch ;;
 		esac
 		;;
         esac

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