aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.nant/local.include2
1 files changed, 2 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include
index 14fd3c0..94398a2 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -142,6 +142,8 @@
142 </exec> 142 </exec>
143 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.data.mysql.tests)==0}" /> 143 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.data.mysql.tests)==0}" />
144 144
145 <delete dir="%temp%"/>
146
145</target> 147</target>
146 148
147<target name="test-cov" depends="build"> 149<target name="test-cov" depends="build">