sbsv2/raptor/test/smoke_suite/annofile2log.py
branchwip
changeset 457 9bebdb95e0de
parent 450 63f3bc391c14
parent 408 a819f9223567
child 553 7d4971eaf863
--- a/sbsv2/raptor/test/smoke_suite/annofile2log.py	Tue Apr 06 11:42:16 2010 +0100
+++ b/sbsv2/raptor/test/smoke_suite/annofile2log.py	Wed Apr 07 12:34:10 2010 +0100
@@ -24,16 +24,12 @@
 	
 	t.usebash = True
 	t.errors = 0
-	t.returncode = 1
+	t.returncode = 0
 	t.exceptions = 0
 	t.command = "cd smoke_suite/test_resources/annofile2log && ( diff -wB <(python testanno2log.py <(bzip2 -dc scrubbed_ncp_dfs_resource.anno.bz2)) <(bzip2 -dc scrubbed_ncp_dfs_resource.stdout.bz2))"
 	
 	t.mustmatch_multiline = [ 
-		".*1a2.*" + 
-		"Starting build: 488235.{1,3}" +
-		"14009c12884.{1,4}" +
-		"---.{1,4}" +
-		"Finished build: 488235   Duration: 1:15 \(m:s\)   Cluster availability: 100%.*"
+		"^ *.?"
                 ]