Skip to content

Commit

Permalink
test: gather status code after pytest (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
anguillanneuf committed Jun 15, 2021
1 parent d0d0b70 commit 691a3dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/presubmit-against-pubsublite-samples.sh
Expand Up @@ -84,11 +84,11 @@ for file in python-pubsublite/samples/**/requirements.txt; do
# Install python-pubsub from source.
python -m pip install -e "$ROOT" -q
python -m pytest quickstart_test.py
EXIT=$?

deactivate py-3.6
rm -rf py-3.6/

EXIT=$?

if [[ $EXIT -ne 0 ]]; then
RTN=1
echo -e "\n Testing failed: Nox returned a non-zero exit code. \n"
Expand Down

0 comments on commit 691a3dd

Please sign in to comment.