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

Merge pull request #2355 from nicolasnoble/jenkins-now-uses-report.xml

Eating the error code from run_test.py, as Jenkins now uses report.xm…
parents 283973ea 5eb80c91
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment