common/build.xml
changeset 189 dec10768c3a4
parent 186 1b428f25477e
child 192 d5964b46ccaf
equal deleted inserted replaced
188:51cb6051c75d 189:dec10768c3a4
   178         <runtarget target="publish"/>
   178         <runtarget target="publish"/>
   179       </then>
   179       </then>
   180     </if>
   180     </if>
   181     
   181     
   182     <!-- EXEC SMOKE TEST -->
   182     <!-- EXEC SMOKE TEST -->
   183     <runtarget target="sf-smoke-test"/>
   183     <if>
       
   184       <istrue value="${sf.spec.smoketest.enable}"/>
       
   185       <then>
       
   186         <runtarget target="sf-smoke-test"/>
       
   187       </then>
       
   188     </if>
   184     
   189     
   185   </target>
   190   </target>
   186 
   191 
   187   <!-- package all logs into zipfile before publish -->
   192   <!-- package all logs into zipfile before publish -->
   188   <target name="sf-zip-logs">
   193   <target name="sf-zip-logs">