[m-rev.] trivial diff: don't test release branch on hg
Simon Taylor
stayl at cs.mu.OZ.AU
Sat Aug 25 17:57:42 AEST 2001
Estimated hours taken: 0.1
tools/run_all_tests_from_cron:
Disable testing of the release branch on hg. Stage 1
doesn't compile due to problems with the GCC back-end.
Index: run_all_tests_from_cron
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/run_all_tests_from_cron,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -u -r1.35 -r1.36
--- run_all_tests_from_cron 2001/08/23 05:34:19 1.35
+++ run_all_tests_from_cron 2001/08/25 07:49:21 1.36
@@ -76,6 +76,11 @@
"")
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
+ ;;
murlibobo|taifun|hg|hydra|mars)
#
# For these hosts:
--------------------------------------------------------------------------
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