diff --git a/kokoro/linux/aarch64/test_python_aarch64.sh b/kokoro/linux/aarch64/test_python_aarch64.sh index 1e2d57021f51..20c86a98381a 100755 --- a/kokoro/linux/aarch64/test_python_aarch64.sh +++ b/kokoro/linux/aarch64/test_python_aarch64.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -e +set -ex # go to the repo root cd $(dirname $0)/../../.. @@ -15,6 +15,9 @@ fi # crosscompile python extension and the binary wheel under dockcross/manylinux2014-aarch64 image kokoro/linux/aarch64/dockcross_helpers/run_dockcross_manylinux2014_aarch64.sh kokoro/linux/aarch64/python_crosscompile_aarch64.sh +ls kokoro/linux/aarch64/python_run_tests_with_qemu_aarch64.sh +echo $(pwd) + # once crosscompilation is done, use an actual aarch64 docker image (with a real aarch64 python) to run all the tests under an emulator # * mount the protobuf root as /work to be able to access the crosscompiled files # * intentionally use a different image than manylinux2014 so that we don't build and test on the same linux distribution