[m-rev.] trivial diff: minor update to run_all_tests_from_cron

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Apr 12 14:55:18 AEST 2001


Estimated hours taken: 0.1
Branches: main

tools/run_all_tests_from_cron:
	When mailing test results, include $BRANCH in the subject line.

Workspace: /home/mercury/public/test_mercury/scripts/mercury
Index: tools/run_all_tests_from_cron
===================================================================
RCS file: /home/staff/zs/imp/mercury/tools/run_all_tests_from_cron,v
retrieving revision 1.29
diff -u -d -r1.29 run_all_tests_from_cron
--- tools/run_all_tests_from_cron	2001/04/11 15:19:18	1.29
+++ tools/run_all_tests_from_cron	2001/04/12 04:53:21
@@ -119,7 +119,7 @@
 tmpfile=/tmp/run_test$$
 trap 'rm -f $tmpfile $tmpscript; exit 1' 1 2 3 13 15
 {
-echo "Subject: Mercury auto-test on $HOST (with $C_COMPILER)"
+echo "Subject: Mercury auto-test: $BRANCH $HOST $C_COMPILER"
 echo
 if nice -5 sh $tmpscript $HOST $ARCH $FULLARCH $BRANCH $C_COMPILER \
 		> $logfile 2>&1

-- 
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-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