aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <lidiz@google.com>2018-12-13 17:18:38 -0800
committerGravatar Lidi Zheng <lidiz@google.com>2018-12-13 18:07:52 -0800
commitb9cb2459ea4b2956547abf5fb516b553d85f1ae2 (patch)
treef2a8bfb07b7ce5fb00723dfa6eba6cc7623f2707 /tools/run_tests
parent0e2f4061f5cc035b61fe7ee22db38529735fb618 (diff)
Include LICENSE in artifact
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/artifacts/build_artifact_python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/artifacts/build_artifact_python.sh b/tools/run_tests/artifacts/build_artifact_python.sh
index 18eb70c857..e451ced338 100755
--- a/tools/run_tests/artifacts/build_artifact_python.sh
+++ b/tools/run_tests/artifacts/build_artifact_python.sh
@@ -126,7 +126,7 @@ then
# Build grpcio_status source distribution
${SETARCH_CMD} "${PYTHON}" src/python/grpcio_status/setup.py \
- preprocess build_package_protos sdist
+ preprocess sdist
cp -r src/python/grpcio_status/dist/* "$ARTIFACT_DIR"
fi