Merge fix
authortimothy.murphy@nokia.com
Fri, 09 Apr 2010 14:10:41 +0100
branchfix
changeset 476 c521ed6bf746
parent 475 2b71dc28e5fc (current diff)
parent 473 ae731bee7d46 (diff)
child 477 ecf6886a5469
Merge
--- a/sbsv2/raptor/test/smoke_suite/resource.py	Fri Apr 09 13:26:40 2010 +0100
+++ b/sbsv2/raptor/test/smoke_suite/resource.py	Fri Apr 09 14:10:41 2010 +0100
@@ -52,7 +52,6 @@
 	
 	t.run()
 
-
 	t.id="30a"
 	t.name =  "no_depend_gen_resource"
 	t.usebash = True
@@ -65,7 +64,6 @@
 			    is used because the weight of 'complete' dependency information would overwhelm make.
 			 """
 	buildLocation = ReplaceEnvs("$(EPOCROOT)/epoc32/build/") + BldInfFile.outputPathFragment('smoke_suite/test_resources/resource/group/bld.inf')
-	#res_depfile= buildLocation+"/dependentresource_/dependentresource_resource_dependentresource_sc.rpp.d"
 	res_depfile= buildLocation+"/dependentresource_/dependentresource_sc.rpp.d"
 
 	t.targets = [
@@ -96,4 +94,7 @@
 		      ]
 
 	t.run()
+
+	t.name = 'resource'
+	t.print_result()
 	return t