# HG changeset patch # User wenzelm # Date 1271405700 -7200 # Node ID e30e51b7e4dcf455ef756d106208bb1ac1de9e2b # Parent f84fa49a0b69c82a029ca04ebe35841577c8c438 isatest: improved treatment of local files on atbroy102; diff -r f84fa49a0b69 -r e30e51b7e4dc Admin/isatest/isatest-makeall --- a/Admin/isatest/isatest-makeall Thu Apr 15 18:21:05 2010 -0700 +++ b/Admin/isatest/isatest-makeall Fri Apr 16 10:15:00 2010 +0200 @@ -186,7 +186,7 @@ echo >> $ERRORLOG FAIL="$FAIL$SHORT " - (cd $ERRORDIR; ln -s $TESTLOG) + (cd $ERRORDIR; cp -a $TESTLOG .) fi rm -f $RUNNING/$SHORT.running diff -r f84fa49a0b69 -r e30e51b7e4dc Admin/isatest/isatest-makedist --- a/Admin/isatest/isatest-makedist Thu Apr 15 18:21:05 2010 -0700 +++ b/Admin/isatest/isatest-makedist Fri Apr 16 10:15:00 2010 +0200 @@ -55,6 +55,7 @@ echo "### cleaning up old isabelle-* directories" >> $DISTLOG 2>&1 rm -rf $HOME/isabelle-* +ssh atbroy102 "rm -rf isabelle-cygwin-poly" echo "### building distribution" >> $DISTLOG 2>&1 mkdir -p $DISTPREFIX