aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TestIt.sh
diff options
context:
space:
mode:
authoronefang2019-08-01 05:55:53 +1000
committeronefang2019-08-01 05:55:53 +1000
commit7f332ccdfd0406e319cc65fe09ecca442c2add9c (patch)
tree30bcf531eaa061c60c9cb1b25747505f320c9ba8 /TestIt.sh
parentTODO-- These got fixed a while ago. (diff)
downloadopensim-SC_OLD-7f332ccdfd0406e319cc65fe09ecca442c2add9c.zip
opensim-SC_OLD-7f332ccdfd0406e319cc65fe09ecca442c2add9c.tar.gz
opensim-SC_OLD-7f332ccdfd0406e319cc65fe09ecca442c2add9c.tar.bz2
opensim-SC_OLD-7f332ccdfd0406e319cc65fe09ecca442c2add9c.tar.xz
Comments++ about how to build and test debug builds.
Diffstat (limited to 'TestIt.sh')
-rwxr-xr-xTestIt.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/TestIt.sh b/TestIt.sh
index d1453a7..9ac3e50 100755
--- a/TestIt.sh
+++ b/TestIt.sh
@@ -2,6 +2,8 @@
2 2
3export MONO_THREADS_PER_CPU=100 3export MONO_THREADS_PER_CPU=100
4 4
5# For printing out line numbers use "exec /usr/bin/cli --debug /usr/lib/nunit/nunit-console.exe" instead of "nunit-console".
6
5echo "Standard tests." 7echo "Standard tests."
6mkdir -p ../db 8mkdir -p ../db
7nunit-console bin/OpenSim.Tests.dll bin/OpenSim.Framework.Tests.dll bin/OpenSim.Framework.Servers.Tests.dll bin/OpenSim.Framework.Serialization.Tests.dll bin/OpenSim.Region.ClientStack.LindenCaps.Tests.dll bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll bin/OpenSim.Region.ScriptEngine.Tests.dll bin/OpenSim.Region.CoreModules.Tests.dll bin/OpenSim.Region.Framework.Tests.dll -nologo -output=TestOutput.txt -err=TestError.txt -labels -noxml 9nunit-console bin/OpenSim.Tests.dll bin/OpenSim.Framework.Tests.dll bin/OpenSim.Framework.Servers.Tests.dll bin/OpenSim.Framework.Serialization.Tests.dll bin/OpenSim.Region.ClientStack.LindenCaps.Tests.dll bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll bin/OpenSim.Region.ScriptEngine.Tests.dll bin/OpenSim.Region.CoreModules.Tests.dll bin/OpenSim.Region.Framework.Tests.dll -nologo -output=TestOutput.txt -err=TestError.txt -labels -noxml