From 371e08a66f5c1c2adf4345c7bcc17764ff24fd89 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 27 Oct 2008 11:00:03 +0000 Subject: [PATCH] capture 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 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:.*') -- 2.47.0