Skip to content

Commit

Permalink
adds unit test ability for TeamCity running mono
Browse files Browse the repository at this point in the history
git-svn-id: file:///data/svn/omf/libopenmetaverse/trunk@2663 454cea33-f7e8-409b-8d0d-70907e6fec76
  • Loading branch information
jradford committed Apr 26, 2009
1 parent c73071a commit 132dc2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runprebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ if [ x$1 == xnant ]; then
nant -buildfile:OpenMetaverse.build
RES=$?
echo Build Exit Code: $RES
if [ x$2 == xruntests ]; then
nunit-console2 bin/OpenMetaverse.Tests.dll /exclude=Network /labels /xml=testresults.xml
fi

exit $RES
fi

Expand Down

0 comments on commit 132dc2c

Please sign in to comment.