Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLakshmi Priya Sekar <lasekar@microsoft.com>2016-03-04 01:45:26 +0300
committerLakshmi Priya Sekar <lasekar@microsoft.com>2016-03-04 01:45:56 +0300
commitf12c7a927b07b26167a4047288d57bd280ab8fc0 (patch)
tree9e76603698203240d80e51fab54b57fdb7a41ecf /run-test.cmd
parentb62c6dd99a4b643f377b3d38790ee8ed26676005 (diff)
Exclude perf tests from nano runs.
Diffstat (limited to 'run-test.cmd')
-rw-r--r--run-test.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-test.cmd b/run-test.cmd
index 9f416ed080..9422c79146 100644
--- a/run-test.cmd
+++ b/run-test.cmd
@@ -7,8 +7,8 @@ pushd %1
FOR /D %%F IN (*.Tests) DO (
pushd %%F\dnxcore50
-@echo "corerun.exe xunit.console.netcore.exe %%F.dll -xml testResults.xml -notrait category=failing -notrait category=nonwindowstests"
-corerun.exe xunit.console.netcore.exe %%F.dll -notrait category=failing -notrait category=nonwindowstests
+@echo "corerun.exe xunit.console.netcore.exe %%F.dll -xml testResults.xml -notrait category=failing -notrait category=nonwindowstests -notrait Benchmark=true"
+corerun.exe xunit.console.netcore.exe %%F.dll -notrait category=failing -notrait category=nonwindowstests -notrait Benchmark=true
popd )
popd \ No newline at end of file