Skip to content

Commit

Permalink
Merge pull request grpc#5628 from royalharsh/master
Browse files Browse the repository at this point in the history
Fixes grpc#5561
  • Loading branch information
jtattermusch committed Mar 10, 2016
2 parents 9a1de8d + cbdd984 commit 01dd7fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ In order to run most of the available tests, one would need to run:

`./tools/run_tests/run_tests.py`

If you want to run all the possible tests for any of the languages {c, c++, node, php, python}, do this:
If you want to run tests for any of the languages {c, c++, csharp, node, objc, php, python, ruby}, do this:

`./tools/run_tests/run_tests.py -l <lang> -c all`
`./tools/run_tests/run_tests.py -l <lang>`

To know about the list of available commands, do this:

`./tools/run_tests/run_tests.py -h`

## Adding or removing source code

Expand Down

0 comments on commit 01dd7fe

Please sign in to comment.