[m-dev.] trivial diff: fix for `bootcheck --target asm'

Fergus Henderson fjh at cs.mu.OZ.AU
Sun Feb 18 19:30:22 AEDT 2001


Estimated hours taken: 0.25

tools/bootcheck:
	Fix an omission in my earlier changes to support bootchecking
	with `--target asm': pass $target_opt to runtests too.

Workspace: /mnt/hg/home/hg/fjh/gcc-cvs/gcc/mercury
Index: tools/bootcheck
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/bootcheck,v
retrieving revision 1.112
diff -u -d -r1.112 bootcheck
--- tools/bootcheck	2001/01/29 06:47:32	1.112
+++ tools/bootcheck	2001/02/01 00:00:19
@@ -931,12 +931,12 @@
 		if test "$testdirs" = ""
 		then
 			cd ${tests_prefix}tests
-			./runtests $jfactor $test_grade_opt
+			./runtests $target_opt $jfactor $test_grade_opt
 		else
 			for testdir in $testdirs
 			do
 				cd $root/${tests_prefix}tests/$testdir
-				./runtests $jfactor $test_grade_opt
+				./runtests $target_opt $jfactor $test_grade_opt
 			done
 		fi
 		test_status=$?

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list