Added j and k switches to smoketest build
authorBrendan Donegan <brendand@symbian.org>
Thu, 22 Jul 2010 16:52:28 +0100
changeset 1189 94d03733c245
parent 1188 b7b3892c3ce5
child 1194 0d96b1365543
Added j and k switches to smoketest build
common/build.test.xml
--- a/common/build.test.xml	Wed Jul 21 15:29:50 2010 +0100
+++ b/common/build.test.xml	Thu Jul 22 16:52:28 2010 +0100
@@ -161,12 +161,12 @@
 		
         <exec executable="cmd" dir="${build.drive}/smoketest" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log">
             <arg value="/c"/>
-            <arg value="sbs -c winscw_udeb -s package_definition.xml"/>
+            <arg value="sbs -c winscw_udeb -s package_definition.xml -j 4 -k"/>
         </exec>
 		
         <exec executable="cmd" dir="${build.drive}/smoketest" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log">
             <arg value="/c"/>
-            <arg value="sbs -c winscw_udeb.test -s package_definition.xml"/>
+            <arg value="sbs -c winscw_udeb.test -s package_definition.xml -j 4 -k"/>
         </exec>
 		
 		<!-- Be a good boy and put the file back where it was -->