trivial diff: trivial changes to */runtest

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Mar 20 15:24:24 AEDT 1998


tests/invalid/runtests:
	Invoke `mmake depend'.

tests/term/runtests:
	Delete the `set -x', which was just there for debugging,
	since it just makes the output harder to read.

cvs diff  tests/invalid/runtests tests/term/runtests
Index: tests/invalid/runtests
===================================================================
RCS file: /home/staff/zs/imp/tests/invalid/runtests,v
retrieving revision 1.3
diff -u -r1.3 runtests
--- runtests	1997/07/14 03:18:44	1.3
+++ runtests	1998/03/20 04:21:07
@@ -5,6 +5,7 @@
 . ../handle_options
 
 mmake $jfactor realclean > /dev/null 2>&1
+mmake $jfactor depend || exit 1
 eval mmake -k $jfactor $gradeopt $flagsopt $cflagsopt check
 checkstatus=$?
 
Index: tests/term/runtests
===================================================================
RCS file: /home/staff/zs/imp/tests/term/runtests,v
retrieving revision 1.2
diff -u -r1.2 runtests
--- runtests	1997/12/30 02:59:59	1.2
+++ runtests	1998/03/20 04:22:03
@@ -3,8 +3,6 @@
 # is working right.
 # Return a status of 0 (true) if everything is all right, and 1 otherwise.
 
-set -x
-
 . ../handle_options
 
 mmake $jfactor clean > /dev/null 2>&1

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list