Skip to content

Commit

Permalink
Execute Python client lib unit tests during build (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Sep 13, 2017
1 parent 0acfe57 commit 540b9bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pulsar-client-cpp/run-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ else
RES=$?
fi

if [ $RES -eq 0 ]; then
echo "---- Running Python unit tests"
cd ../python
python pulsar_test.py
RES=$?
fi

kill -9 $standalone_pid $auth_pid

rm -rf pulsar-dist
Expand Down

0 comments on commit 540b9bc

Please sign in to comment.