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:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-02-16 02:37:29 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-02-16 03:20:30 +0300
commit0b5bdf94a207a9facfcdd17eb34362ffca845212 (patch)
tree139c41e96de1e34236160bebe2a893a07a6663df /build-tests.cmd
parent8b7f07d22575aad4b90afbe65df05bd23e5d60be (diff)
Adds -tests option for build.cmd that will add the test build and running
Diffstat (limited to 'build-tests.cmd')
-rw-r--r--build-tests.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-tests.cmd b/build-tests.cmd
index 3a829d9e43..6435941f4d 100644
--- a/build-tests.cmd
+++ b/build-tests.cmd
@@ -1,2 +1,2 @@
-@call %~dp0run.cmd build-managed -tests %*
+@call %~dp0run.cmd build-managed -testsOnly %*
@exit /b %ERRORLEVEL% \ No newline at end of file