Update merged tests for .DEFAULT operation.
--- a/sbsv2/raptor/test/smoke_suite/make_engine_errors.py Thu Feb 11 09:25:19 2010 +0000
+++ b/sbsv2/raptor/test/smoke_suite/make_engine_errors.py Thu Feb 11 11:47:39 2010 +0000
@@ -31,7 +31,7 @@
t.usebash = True
t.errors = 1
t.returncode = 1
- base_command = "sbs -b smoke_suite/test_resources/make_engine_errors/bld.inf -f-"
+ base_command = "sbs --no-depend-generate -b smoke_suite/test_resources/make_engine_errors/bld.inf -f-"
t.id = "113a"
t.name = "gmake_engine_errors"