aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xBuildIt.sh1
-rwxr-xr-xTestIt.sh2
2 files changed, 3 insertions, 0 deletions
diff --git a/BuildIt.sh b/BuildIt.sh
index c51a349..86948b6 100755
--- a/BuildIt.sh
+++ b/BuildIt.sh
@@ -25,4 +25,5 @@ if [ "4" == $(mono -V | head -n 1 | cut -d ' ' -f 5 | cut -d '.' -f 1) ]; then
25else 25else
26 # Use this for Mono 5 and later. 26 # Use this for Mono 5 and later.
27 msbuild /p:Configuration=Release 27 msbuild /p:Configuration=Release
28# msbuild /p:Configuration=Debug
28fi 29fi
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