From: Thierry Parmentelat Date: Tue, 18 Dec 2007 10:22:06 +0000 (+0000) Subject: another line of interest in the summary X-Git-Tag: 4.2-rc2~321 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e1c42d19fd65d87a5966c2cf7689425eacf1e732;p=build.git another line of interest in the summary --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index abe5831a..297da87e 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -38,7 +38,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'.*|\* .*") +m_show_line=re.compile(".* BEG (RPM|VSERVER).*|.*'boot'.*|\* .*|.*is not installed.*") m_installing_any=re.compile('\r (Installing:[^\]]*]) ') m_installing_err=re.compile('\r (Installing:[^\]]*])(..+)') m_installing_end=re.compile('Installed:.*')