[m-rev.] trivial diff: fix recompilation test case failures

Simon Taylor stayl at cs.mu.OZ.AU
Sun Jul 29 02:02:46 AEST 2001


Estimated hours taken: 0.5

tests/recompilation/test_functions:
	`-k' is a make option, not an mmake option, so it needs
	to come after the mmake options. This was causing the
	recompilation tests to fail when `--target asm' was
	being passed to mmake.

Index: test_functions
===================================================================
RCS file: /home/mercury1/repository/tests/recompilation/test_functions,v
retrieving revision 1.3
diff -u -u -r1.3 test_functions
--- test_functions	2001/07/01 14:58:38	1.3
+++ test_functions	2001/07/28 15:56:00
@@ -134,7 +134,7 @@
 		# The `-k' option to mmake avoids differences in the output
 		# when using parallel mmakes.
 		#
-		eval mmake -k $mmakeopts $main_module > $failing_make_output 2>&1
+		eval mmake $mmakeopts -k $main_module > $failing_make_output 2>&1
 		;;
 	    false)
 		eval mmake $mmakeopts $main_module
--------------------------------------------------------------------------
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