# HG changeset patch # User kleing # Date 1222586724 -7200 # Node ID 0789bbedfc62409854b135b50eb4068a6e1caa54 # Parent f77f54f553195812d98f12d3e4c8809d0728df72 do not cvs update for doc test (switching to mercurial, update done outside once and for all) diff -r f77f54f55319 -r 0789bbedfc62 Admin/isatest/isatest-doc --- a/Admin/isatest/isatest-doc Sun Sep 28 09:13:46 2008 +0200 +++ b/Admin/isatest/isatest-doc Sun Sep 28 09:25:24 2008 +0200 @@ -67,14 +67,8 @@ echo "Start test at `date`" > $LOG echo >> $LOG -echo "begin cvs update" >> $LOG -# cvs update to newest version cd $DOCDIR || fail "could not cd to $DOCDIR" -cvs -q up -A -P -d >> $LOG 2>&1 || fail "could not CVS update." - -echo "end cvs update" >> $LOG -echo >> $LOG # run test FAIL="";