[m-dev.] Test only the latest branch for now.

Zoltan Somogyi zs at cs.mu.OZ.AU
Fri Jul 2 13:08:21 AEST 2004


tools/run_all_tests_from_cron:
	Test only the latest branch for now.

Zoltan.

cvs diff: Diffing .
Index: run_all_tests_from_cron
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/tools/run_all_tests_from_cron,v
retrieving revision 1.61
diff -u -b -r1.61 run_all_tests_from_cron
--- run_all_tests_from_cron	19 May 2003 17:31:03 -0000	1.61
+++ run_all_tests_from_cron	2 Jul 2004 03:06:01 -0000
@@ -106,15 +106,18 @@
 	    	BRANCH=latest
 		;;
 	    *)
-		#
-		# For the remaining hosts, do the reverse:
-		# On odd-numbered days, test the main branch.
-		# On even-numbered days, test the release branch.
-		#
-		case $DAY in
-			*[13579]) BRANCH=latest ;;
-			*)	  BRANCH=$release_branch ;;
-		esac
+		# #
+		# # For the remaining hosts, do the reverse:
+		# # On odd-numbered days, test the main branch.
+		# # On even-numbered days, test the release branch.
+		# #
+		# case $DAY in
+		# 	*[13579]) BRANCH=latest ;;
+		# 	*)	  BRANCH=$release_branch ;;
+		# esac
+
+		# While the release branch is inactive, test only the latest.
+	    	BRANCH=latest
 		;;
         esac
         ;;
--------------------------------------------------------------------------
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