[m-rev.] diff: tests/debugger/Mmakefile fix

Zoltan Somogyi zs at cs.mu.OZ.AU
Mon Sep 2 15:42:47 AEST 2002


tests/debugger/Mmakefile:
	Do not run any test cases in hlc grades.

Index: tests/debugger/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/Mmakefile,v
retrieving revision 1.82
diff -u -b -r1.82 Mmakefile
--- tests/debugger/Mmakefile	1 Sep 2002 06:05:20 -0000	1.82
+++ tests/debugger/Mmakefile	2 Sep 2002 02:45:35 -0000
@@ -91,13 +91,13 @@
             endif
         endif
     endif
-endif
 
-# Declarative debugging grades don't support trace level shallow,
-# so we execute the tests exercising shallow tracing only in grades
-# other than .decldebug grades.
-ifeq "$(findstring decldebug,$(GRADE))" ""
+    # Declarative debugging grades don't support trace level shallow,
+    # so we execute the tests exercising shallow tracing only in grades
+    # other than .decldebug grades.
+    ifeq "$(findstring decldebug,$(GRADE))" ""
     PROGS := $(PROGS) $(SHALLOW_PROGS)
+    endif
 endif
--------------------------------------------------------------------------
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