Bug 1569 - Making test case skip on Linux while TC doesn't support Linux fix
authorIain Williamson <iain.williamson@nokia.com>
Thu, 04 Feb 2010 14:28:13 +0000
branchfix
changeset 187 903b0cf4d64d
parent 186 faf065016d1f
child 188 4b98f0310a8d
Bug 1569 - Making test case skip on Linux while TC doesn't support Linux
sbsv2/raptor/test/smoke_suite/tracecompiler_incremental.py
--- a/sbsv2/raptor/test/smoke_suite/tracecompiler_incremental.py	Wed Feb 03 18:27:39 2010 +0000
+++ b/sbsv2/raptor/test/smoke_suite/tracecompiler_incremental.py	Thu Feb 04 14:28:13 2010 +0000
@@ -43,14 +43,14 @@
 		"$(EPOCROOT)/epoc32/ost_dictionaries/testTC_0x1000008d_Dictionary.xml",
 		"$(EPOCROOT)/epoc32/include/internal/symbiantraces/autogen/testTC_0x1000008d_TraceDefinitions.h"
 		]
-	t.run()
+	t.run("windows")
 
 	t.id = "114c"
 	t.name = "tracecompiler_incremental_rebuild"
 	t.command = "touch smoke_suite/test_resources/tracecompiler/testTC/src/wlanhwinit.cpp && sbs -b smoke_suite/test_resources/tracecompiler/testTC/group/bld.inf -c armv5_urel.tracecompiler -f - -m ${SBSMAKEFILE}"
 	t.countmatch = [ ["name='compile'",1] ]
 	t.targets = []
-	t.run()
+	t.run("windows")
 
 	t.id = "114"
 	t.name = "tracecompiler_incremental"