From: Thierry Parmentelat Date: Fri, 2 Oct 2009 20:27:25 +0000 (+0000) Subject: grab more lines in summary X-Git-Tag: 4.3-rc13~35 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=391c03f355eae530dcc227d2770288e47e792668;p=build.git grab more lines in summary --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 8362abde..62bae812 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -52,7 +52,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.*|.*PROPFIND.*|.*Starting.*:run_log.*") +m_show_line=re.compile(".* BEG (RPM|VSERVER).*|.*'boot'.*|\* .*| \* .*|.*is not installed.*|.*PROPFIND.*|.*Starting.*:run_log.*") m_installing_any=re.compile('\r (Installing:[^\]]*]) ') m_installing_err=re.compile('\r (Installing:[^\]]*])(..+)') m_installing_end=re.compile('Installed:.*')