aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <scallopsky@gmail.com>2018-12-07 16:49:52 -0800
committerGravatar GitHub <noreply@github.com>2018-12-07 16:49:52 -0800
commit64fc25f38c65cdf52fecf7994d5b6fbe00eca996 (patch)
treee369f577950b4515772dbfd66ca4420b2476ed2e /tools/run_tests
parentbc91ebf74c5e7f1cca4de5b6b906344194ba6c4a (diff)
parent5584d58e6ce3dbc2f110f1096dfd739b1cb2ce18 (diff)
Merge pull request #17411 from lidizheng/add-license
Add License to Python tarball
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/artifacts/build_artifact_python.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/artifacts/build_artifact_python.sh b/tools/run_tests/artifacts/build_artifact_python.sh
index bc6e558204..605470325a 100755
--- a/tools/run_tests/artifacts/build_artifact_python.sh
+++ b/tools/run_tests/artifacts/build_artifact_python.sh
@@ -105,7 +105,8 @@ then
"${PIP}" install grpcio-tools --no-index --find-links "file://$ARTIFACT_DIR/"
# Build grpcio_testing source distribution
- ${SETARCH_CMD} "${PYTHON}" src/python/grpcio_testing/setup.py sdist
+ ${SETARCH_CMD} "${PYTHON}" src/python/grpcio_testing/setup.py preprocess \
+ sdist
cp -r src/python/grpcio_testing/dist/* "$ARTIFACT_DIR"
# Build grpcio_channelz source distribution