sbsv2/raptor/test/smoke_suite/exe_checksource.py
branchfix
changeset 140 5e708570518b
parent 20 d1f6767eec1a
--- a/sbsv2/raptor/test/smoke_suite/exe_checksource.py	Mon Jan 18 14:33:29 2010 +0000
+++ b/sbsv2/raptor/test/smoke_suite/exe_checksource.py	Tue Jan 19 13:31:28 2010 +0000
@@ -33,9 +33,8 @@
 	cmd3 = "grep -i '.*checksource errors found.*' ${SBSLOGFILE}"
 	t.command = cmd1 + " && " + cmd2 + " && " + cmd3
 
-	t.mustmatch = [
-		".* 5 checksource errors found.*"
-		]
+	t.mustmatch_singleline = ["[1-9] checksource errors found"]
+	
 	t.returncode = 1
 	t.run("windows")
 	return t