Fix tests as review comments. wip
authortnmurphy@4GBL06592.nokia.com
Mon, 23 Nov 2009 21:12:30 +0000
branchwip
changeset 15 9d01f1c36469
parent 14 45cdac6e50c6
child 16 4d5bb8330a27
child 21 a695dd5e4c37
Fix tests as review comments.
sbsv2/raptor/test/smoke_suite/parallel_parsing.py
--- a/sbsv2/raptor/test/smoke_suite/parallel_parsing.py	Sat Nov 21 00:59:51 2009 +0000
+++ b/sbsv2/raptor/test/smoke_suite/parallel_parsing.py	Mon Nov 23 21:12:30 2009 +0000
@@ -48,7 +48,7 @@
 	]
 	mustnotmatch = [
 		".*<recipe .*name='makefile_generation_export.*",
-		".*<error>.*"
+		".*<error[^><]*>.*"
 	]
 
 	warnings = 0
@@ -62,9 +62,4 @@
 	t.mustnotmatch = mustnotmatch
 	t.warnings = warnings
 	t.run()
-	if t.result == SmokeTest.FAIL:
-	        result = SmokeTest.FAIL
-	
-	t.result = result
-	t.print_result()
 	return t