From 391c03f355eae530dcc227d2770288e47e792668 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 2 Oct 2009 20:27:25 +0000 Subject: [PATCH] grab more lines in summary --- vbuild-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:.*') -- 2.43.0