[m-rev.] diff: don't test hl.* grades on release branch
Simon Taylor
stayl at cs.mu.OZ.AU
Wed Jul 31 01:59:48 AEST 2002
On 30-Jul-2002, Simon Taylor <stayl at cs.mu.OZ.AU> wrote:
>
> Estimated hours taken: 0.25
>
> tools/test_mercury:
> Don't test the hl.* grades on the release branch because
> the change to allow hl.* and hlc.* to both be installed
> was only committed on the main branch.
Estimated hours taken: 0.1
tools/test_mercury:
Fix syntax errors in my last change.
Index: test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.181
diff -u -u -r1.181 test_mercury
--- test_mercury 30 Jul 2002 05:26:18 -0000 1.181
+++ test_mercury 30 Jul 2002 15:55:59 -0000
@@ -331,7 +331,7 @@
DEFAULT_GRADE="hlc.gc"
export DEFAULT_GRADE
INSTALL_GRADE="hlc.gc"
- INSTALL_LIBGRADES="hlc.gc.prof hlc.gc.memprof
+ INSTALL_LIBGRADES="hlc.gc.prof hlc.gc.memprof \
hlc.gc.tr hlc.par.gc"
# Test the asm_fast.gc.tr.rt grade, but not on the 0.10 branch,
# since the asm_fast.gc.tr.rt grade is not yet implemented
@@ -343,8 +343,8 @@
# fixed on the main branch.
case $BRANCH in
0.10) ;;
- *) INSTALL_LIBGRADES="$INSTALL_LIBGRADES
- asm_fast.gc.tr.rt hl.gc hl.gc.prof
+ *) INSTALL_LIBGRADES="$INSTALL_LIBGRADES \
+ asm_fast.gc.tr.rt hl.gc hl.gc.prof \
hl.gc.memprof hl.gc.tr hl.par.gc" ;;
esac
;;
--------------------------------------------------------------------------
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