diff options
author | John Hurliman | 2010-03-05 17:05:15 -0800 |
---|---|---|
committer | John Hurliman | 2010-03-05 17:05:15 -0800 |
commit | 27b8d13057ff0a79d7162c8876d9796c6cf72111 (patch) | |
tree | db21554a71f0c043041df01f4a4e0e03fd7c5668 /.nant/local.include | |
parent | * Cache packed throttle data to avoid repeated allocations in CheckForSignifi... (diff) | |
parent | refactor: Move DetachSingleAttachmentToInv to region module (diff) | |
download | opensim-SC_OLD-27b8d13057ff0a79d7162c8876d9796c6cf72111.zip opensim-SC_OLD-27b8d13057ff0a79d7162c8876d9796c6cf72111.tar.gz opensim-SC_OLD-27b8d13057ff0a79d7162c8876d9796c6cf72111.tar.bz2 opensim-SC_OLD-27b8d13057ff0a79d7162c8876d9796c6cf72111.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '.nant/local.include')
-rw-r--r-- | .nant/local.include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include index 29674ab..114c12d 100644 --- a/.nant/local.include +++ b/.nant/local.include | |||
@@ -85,6 +85,8 @@ | |||
85 | </exec> | 85 | </exec> |
86 | <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.data.mysql.tests)==0}" /> | 86 | <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.data.mysql.tests)==0}" /> |
87 | 87 | ||
88 | <delete dir="%temp%"/> | ||
89 | |||
88 | </target> | 90 | </target> |
89 | 91 | ||
90 | <target name="test-cov" depends="build"> | 92 | <target name="test-cov" depends="build"> |