Small tweek to let the test framework know about an expected raptor warning.
--- 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