Skip to content

Commit

Permalink
Merge pull request grpc#3683 from soltanmm/verbosity
Browse files Browse the repository at this point in the history
Add verbosity to Python `run_tests.py` output.
  • Loading branch information
nathanielmanistaatgoogle committed Oct 6, 2015
2 parents 0e62195 + f194d6f commit cb5b2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tests/run_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ export DYLD_LIBRARY_PATH=$ROOT/libs/$CONFIG
export PATH=$ROOT/bins/$CONFIG:$ROOT/bins/$CONFIG/protobuf:$PATH
source "python"$PYVER"_virtual_environment"/bin/activate

"python"$PYVER $GRPCIO_TEST/setup.py test -a "-n8 --cov=grpc --junitxml=./report.xml --timeout=300"
"python"$PYVER $GRPCIO_TEST/setup.py test -a "-n8 --cov=grpc --junitxml=./report.xml --timeout=300 -v --boxed --timeout_method=thread"

0 comments on commit cb5b2b8

Please sign in to comment.