# HG changeset patch # User timothy.murphy@nokia.com # Date 1268757904 0 # Node ID 4549b6c6c3d8be136117ce286f5390e6f1baca1d # Parent 0ff20a0b1aa9ecc33c3e1da036d29be3cc8b9cda annofile2log: make sure that we get no more than the output we want in the test diff -r 0ff20a0b1aa9 -r 4549b6c6c3d8 sbsv2/raptor/test/smoke_suite/annofile2log.py --- a/sbsv2/raptor/test/smoke_suite/annofile2log.py Tue Mar 16 16:40:50 2010 +0000 +++ b/sbsv2/raptor/test/smoke_suite/annofile2log.py Tue Mar 16 16:45:04 2010 +0000 @@ -30,9 +30,9 @@ t.mustmatch_multiline = [ ".*1a2.*" + - "Starting build: 488235.*" + - "14009c12884.*" + - "---.*" + + "Starting build: 488235.{1,3}" + + "14009c12884.{1,4}" + + "---.{1,4}" + "Finished build: 488235 Duration: 1:15 \(m:s\) Cluster availability: 100%.*" ]