common/build.test.xml
changeset 1189 94d03733c245
parent 1126 4af748f40e05
child 1198 ba089d97d513
--- 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 -->