Skip to content
Snippets Groups Projects
Commit 5566d6de authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

tiny fixups

parent 87d621bc
No related branches found
No related tags found
No related merge requests found
...@@ -23,12 +23,12 @@ After that, you can build the solution using one of these options: ...@@ -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). Use `run_tests.py`, that also supports Windows (with a bit limited experience).
``` ```
REM Run from repository root. > REM Run from repository root.
python tools\run_tests\run_tests.py -l c > python tools\run_tests\run_tests.py -l c
``` ```
Also, you can `make.bat` directly to build and run gRPC tests. Also, you can `make.bat` directly to build and run gRPC tests.
``` ```
REM Run from this directory. > REM Run from this directory.
make.bat alarm_test > make.bat alarm_test
``` ```
\ No newline at end of file
...@@ -5,8 +5,6 @@ setlocal ...@@ -5,8 +5,6 @@ setlocal
@rem Set VS variables (uses Visual Studio 2013) @rem Set VS variables (uses Visual Studio 2013)
@call "%VS120COMNTOOLS%\..\..\vc\vcvarsall.bat" x86 @call "%VS120COMNTOOLS%\..\..\vc\vcvarsall.bat" x86
echo %*
nmake /f Grpc.mak %* nmake /f Grpc.mak %*
exit /b %ERRORLEVEL% exit /b %ERRORLEVEL%
endlocal endlocal
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment