[m-rev.] diff: times on tests
Zoltan Somogyi
zs at cs.mu.OZ.AU
Mon Aug 8 12:27:06 AEST 2005
tests/Mmake.common:
Print a timestamp when starting work on a directory.
Zoltan.
Index: tests/Mmake.common
===================================================================
RCS file: /home/mercury/mercury1/repository/tests/Mmake.common,v
retrieving revision 1.45
diff -u -b -r1.45 Mmake.common
--- tests/Mmake.common 6 May 2005 08:42:30 -0000 1.45
+++ tests/Mmake.common 6 Aug 2005 06:45:35 -0000
@@ -308,7 +308,7 @@
#
.PHONY: start_runtests_local
start_runtests_local:
- @echo STARTING tests in $(THIS_DIR) $(PARAMS_MSG)
+ @echo STARTING tests in $(THIS_DIR) $(PARAMS_MSG) at `date`
@echo cleaning up the directory before the tests
+ at if ls -lt | head -2 | egrep CLEAN > /dev/null 2>&1; then \
rm -f CLEAN > /dev/null 2>&1; \
--------------------------------------------------------------------------
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