aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/local.include
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.nant/local.include7
1 files changed, 1 insertions, 6 deletions
diff --git a/.nant/local.include b/.nant/local.include
index eaccfdd..510bdc6 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -195,15 +195,10 @@
195 <arg value="nunit-console2" /> 195 <arg value="nunit-console2" />
196 </exec> 196 </exec>
197 197
198 <exec program="which" failonerror="false"
199 resultproperty="hasnunit">
200 <arg value="nunit-console" />
201 </exec>
202
203 <property name="nunitcmd" value="nunit-console2" 198 <property name="nunitcmd" value="nunit-console2"
204 if="${int::parse(hasnunit2)==0}" /> 199 if="${int::parse(hasnunit2)==0}" />
205 <property name="nunitcmd" value="nunit-console" 200 <property name="nunitcmd" value="nunit-console"
206 if="${int::parse(hasnunit)==0}" /> 201 if="${int::parse(hasnunit2)==1}" />
207 202
208</target> 203</target>
209 204