From: Thierry Parmentelat Date: Mon, 27 Oct 2008 11:00:03 +0000 (+0000) Subject: capture more lines in summary X-Git-Tag: 4.3-rc1~136 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=371e08a66f5c1c2adf4345c7bcc17764ff24fd89;p=build.git capture more lines in summary --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 1c6049e0..18dcb396 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -39,7 +39,7 @@ function summary () { # read a full log and tries to extract the interesting stuff import sys,re -m_show_line=re.compile(".* BEG (RPM|VSERVER).*|.*'boot'.*|\* .*|.*is not installed.*") +m_show_line=re.compile(".* BEG (RPM|VSERVER).*|.*'boot'.*|\* .*|.*is not installed.*|.*PROPFIND.*|.*Starting.*:runtest.*") m_installing_any=re.compile('\r (Installing:[^\]]*]) ') m_installing_err=re.compile('\r (Installing:[^\]]*])(..+)') m_installing_end=re.compile('Installed:.*')