diff options
author | Justin Clark-Casey (justincc) | 2010-12-15 00:14:43 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-12-15 00:14:43 +0000 |
commit | 6b135ee371a0a78e299357b1c7086c2949059991 (patch) | |
tree | 4e9dafffa173bdd034ae93569f633d633eaf1637 /.nant | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-6b135ee371a0a78e299357b1c7086c2949059991.zip opensim-SC_OLD-6b135ee371a0a78e299357b1c7086c2949059991.tar.gz opensim-SC_OLD-6b135ee371a0a78e299357b1c7086c2949059991.tar.bz2 opensim-SC_OLD-6b135ee371a0a78e299357b1c7086c2949059991.tar.xz |
fix mistake in last change of local.include
Diffstat (limited to '')
-rw-r--r-- | .nant/local.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.nant/local.include b/.nant/local.include index 03dc1b9..b11c1e5 100644 --- a/.nant/local.include +++ b/.nant/local.include | |||
@@ -315,7 +315,7 @@ | |||
315 | </exec> | 315 | </exec> |
316 | 316 | ||
317 | <exec program="${nunitcmd}" failonerror="false" resultproperty="testresult.opensim.region.optionalmodules.tests"> | 317 | <exec program="${nunitcmd}" failonerror="false" resultproperty="testresult.opensim.region.optionalmodules.tests"> |
318 | <arg value="./bin/OpenSim.Region.Optional.Tests.dll" /> | 318 | <arg value="./bin/OpenSim.Region.OptionalModules.Tests.dll" /> |
319 | <arg value="-xml=test-results/OpenSim.Region.OptionalModules.Tests.dll-Results.xml" /> | 319 | <arg value="-xml=test-results/OpenSim.Region.OptionalModules.Tests.dll-Results.xml" /> |
320 | </exec> | 320 | </exec> |
321 | 321 | ||