Eating the error code from run_test.py, as Jenkins now uses report.xml fully.

pull/2355/head
Nicolas "Pixel" Noble 10 years ago
parent 7db30ebeab
commit 5eb80c9195
  1. 4
      tools/jenkins/run_jenkins.sh

@ -83,12 +83,12 @@ then
/cygdrive/c/nuget/nuget.exe restore vsprojects/grpc.sln
/cygdrive/c/nuget/nuget.exe restore src/csharp/Grpc.sln
python tools/run_tests/run_tests.py -t -l $language -x report.xml
python tools/run_tests/run_tests.py -t -l $language -x report.xml || true
elif [ "$platform" == "macos" ]
then
echo "building $language on MacOS"
./tools/run_tests/run_tests.py -t -l $language -c $config -x report.xml
./tools/run_tests/run_tests.py -t -l $language -c $config -x report.xml || true
else
echo "Unknown platform $platform"
exit 1

Loading…
Cancel
Save