diff --git a/pulsar-client-cpp/run-unit-tests.sh b/pulsar-client-cpp/run-unit-tests.sh index a0a1fe0efed9d..0e1a27bbdac85 100755 --- a/pulsar-client-cpp/run-unit-tests.sh +++ b/pulsar-client-cpp/run-unit-tests.sh @@ -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