[m-rev.] diff: test_mercury: switch tests to the release branch
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Nov 13 17:35:03 AEDT 2002
Estimated hours taken: 0.25
Branches: main
tools/run_all_tests_from_cron:
A temporary change, for while we're preparing for the new release:
run most of the tests on the release branch rather than the main
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.57
diff -u -d -r1.57 run_all_tests_from_cron
--- tools/run_all_tests_from_cron 13 Nov 2002 06:26:28 -0000 1.57
+++ tools/run_all_tests_from_cron 13 Nov 2002 06:28:42 -0000
@@ -112,6 +112,13 @@
;;
esac
+# While we are preparing for the release, test the release branch
+# intensively -- only test the main branch on one host (the ROTD host).
+case $HOST in
+earth) ;;
+*) BRANCH=$release_branch ;;
+esac
+
#-----------------------------------------------------------------------------#
echo run_test $HOST $C_COMPILER
--
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