for review: tools/run_all_test_from_cron: don't invoke install_webpages
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Nov 9 10:18:57 AEDT 1998
Tyson and/or Peter Ross,
Could you please review this change?
In particular, is the log message below correct?
--------------------
tools/run_all_tests_from_cron:
Delete the code to invoke install_webpage, because that is now
done separately -- install_webpage is now invoked directly from
cron.
Index: tools/run_all_tests_from_cron
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/run_all_tests_from_cron,v
retrieving revision 1.13
diff -u -r1.13 run_all_tests_from_cron
--- run_all_tests_from_cron 1998/11/07 14:24:35 1.13
+++ run_all_tests_from_cron 1998/11/08 23:14:02
@@ -108,19 +108,3 @@
rm -f $tmpfile $tmpscript
#-----------------------------------------------------------------------------#
-
-case $HOST in murlibobo)
- tmpscript=/tmp/install_webpage$$
-
- cd /home/mercury/public/test_mercury/scripts;
- cvs checkout mercury/tools/install_webpage
- cp mercury/tools/install_webpage $tmpscript
-
- trap 'rm -f $tmpscript; exit 1' 1 2 3 13 15
-
- $tmpscript
- rm -f $tmpscript
- ;;
-esac
-
-#-----------------------------------------------------------------------------#
--
Fergus Henderson <fjh at cs.mu.oz.au> | "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh> | but source code lives forever"
PGP: finger fjh at 128.250.37.3 | -- leaked Microsoft memo.
More information about the developers
mailing list