aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-04-20 10:22:24 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-04-20 19:20:50 -0700
commit5566d6de58df48efba6bc54ebcefa88539b7b6d1 (patch)
tree7ff10decdc4136b153ccec64afd2b8b892d1b70a
parent87d621bcf4fc51df200872a6cc345892f842d033 (diff)
tiny fixups
-rw-r--r--vsprojects/README.md8
-rw-r--r--vsprojects/make.bat2
2 files changed, 4 insertions, 6 deletions
diff --git a/vsprojects/README.md b/vsprojects/README.md
index a0ac3da4ef..10eb8b0c0b 100644
--- a/vsprojects/README.md
+++ b/vsprojects/README.md
@@ -23,12 +23,12 @@ After that, you can build the solution using one of these options:
Use `run_tests.py`, that also supports Windows (with a bit limited experience).
```
-REM Run from repository root.
-python tools\run_tests\run_tests.py -l c
+> REM Run from repository root.
+> python tools\run_tests\run_tests.py -l c
```
Also, you can `make.bat` directly to build and run gRPC tests.
```
-REM Run from this directory.
-make.bat alarm_test
+> REM Run from this directory.
+> make.bat alarm_test
``` \ No newline at end of file
diff --git a/vsprojects/make.bat b/vsprojects/make.bat
index 782952f944..04737aeefc 100644
--- a/vsprojects/make.bat
+++ b/vsprojects/make.bat
@@ -5,8 +5,6 @@ setlocal
@rem Set VS variables (uses Visual Studio 2013)
@call "%VS120COMNTOOLS%\..\..\vc\vcvarsall.bat" x86
-echo %*
-
nmake /f Grpc.mak %*
exit /b %ERRORLEVEL%
endlocal \ No newline at end of file