annofile2log: make sure that we get no more than the output we want in the test fix
authortimothy.murphy@nokia.com
Tue, 16 Mar 2010 16:45:04 +0000
branchfix
changeset 363 4549b6c6c3d8
parent 362 0ff20a0b1aa9
child 364 f4ccb4c573da
annofile2log: make sure that we get no more than the output we want in the test
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%.*"
                 ]