equal
deleted
inserted
replaced
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"> |