Update merged tests for .DEFAULT operation. fix
authorJon Chatten
Thu, 11 Feb 2010 11:47:39 +0000
branchfix
changeset 228 cfeb5b628048
parent 227 ce041fd42f76
child 229 b719d614d652
Update merged tests for .DEFAULT operation.
sbsv2/raptor/test/smoke_suite/make_engine_errors.py
--- 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"