Merge pull request #2077 from grpc/jtattermusch-patch-4

Make run_jenkins.sh actually fail on failure.
pull/2079/head
Nathaniel Manista 10 years ago
commit 454260605a
  1. 1
      tools/jenkins/run_jenkins.sh

@ -68,6 +68,7 @@ then
else
echo "Docker exited with failure, keeping container $DOCKER_CID."
echo "You can SSH to the worker and use 'docker start CID' and 'docker exec -i -t CID bash' to debug the problem."
exit 1
fi
elif [ "$platform" == "windows" ]

Loading…
Cancel
Save