Small tweek to let the test framework know about an expected raptor warning. fix
authorDean Draper <dean.draper@nokia.com>
Tue, 30 Mar 2010 11:11:25 +0100
branchfix
changeset 419 398b104e713e
parent 418 453ba60b5b89
child 420 220fb389a872
Small tweek to let the test framework know about an expected raptor warning.
sbsv2/raptor/test/smoke_suite/cli_makevar_override.py
--- a/sbsv2/raptor/test/smoke_suite/cli_makevar_override.py	Mon Mar 29 21:47:54 2010 +0100
+++ b/sbsv2/raptor/test/smoke_suite/cli_makevar_override.py	Tue Mar 30 11:11:25 2010 +0100
@@ -32,6 +32,7 @@
 
 	t.mustmatch_singleline = ["2"]
 	
+	t.warnings = 1
 	t.returncode = 2
 	t.run()
 	return t