aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TestIt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TestIt.sh')
-rwxr-xr-xTestIt.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/TestIt.sh b/TestIt.sh
index 9ac3e50..d1ebecf 100755
--- a/TestIt.sh
+++ b/TestIt.sh
@@ -17,7 +17,7 @@ echo "Stress tests."
17nunit-console bin/OpenSim.Tests.Stress.dll -nologo -output=TestStressOutput.txt -err=TestStressError.txt -labels -noxml 17nunit-console bin/OpenSim.Tests.Stress.dll -nologo -output=TestStressOutput.txt -err=TestStressError.txt -labels -noxml
18echo "Performance tests." 18echo "Performance tests."
19nunit-console bin/OpenSim.Tests.Performance.dll -nologo -output=TestPerfOutput.txt -err=TestPerfError.txt -labels -noxml 19nunit-console bin/OpenSim.Tests.Performance.dll -nologo -output=TestPerfOutput.txt -err=TestPerfError.txt -labels -noxml
20echo "Optional tests." 20#echo "Optional tests."
21nunit-console bin/OpenSim.Region.OptionalModules.Tests.dll -nologo -output=TestOptOutput.txt -err=TestOptError.txt -labels -noxml 21#nunit-console bin/OpenSim.Region.OptionalModules.Tests.dll -nologo -output=TestOptOutput.txt -err=TestOptError.txt -labels -noxml
22echo "Robust tests." 22echo "Robust tests."
23nunit-console bin/Robust.Tests.dll -nologo -output=TestRobustOutput.txt -err=TestRobustError.txt -labels -noxml 23nunit-console bin/Robust.Tests.dll -nologo -output=TestRobustOutput.txt -err=TestRobustError.txt -labels -noxml