[m-dev.] for review: tools/run_all_test_from_cron: don't invoke install_webpages
Peter Ross
petdr at cs.mu.OZ.AU
Mon Nov 9 15:24:38 AEDT 1998
On 09-Nov-1998, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> 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.
>
install_webpage is not called at all, the makefile in the w3 directory
does the install.
> 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
> -
> -#-----------------------------------------------------------------------------#
>
Otherwise the change looks fine.
Pete.
More information about the developers
mailing list