another line of interest in the summary
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 18 Dec 2007 10:22:06 +0000 (10:22 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 18 Dec 2007 10:22:06 +0000 (10:22 +0000)
vbuild-nightly.sh

index abe5831..297da87 100755 (executable)
@@ -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:.*')