| Index: build_tools/buildbot_build_shard.sh
|
| diff --git a/build_tools/buildbot_build_shard.sh b/build_tools/buildbot_build_shard.sh
|
| index 6a00f6c39671d5cd4dfc5f68bb94f525d0be9e5f..1a4cac7b4ff035f3ea03742b7775fe004044ca4a 100755
|
| --- a/build_tools/buildbot_build_shard.sh
|
| +++ b/build_tools/buildbot_build_shard.sh
|
| @@ -17,7 +17,7 @@ set -o errexit
|
|
|
| readonly PARTCMD="${PYTHON} build_tools/partition.py"
|
| readonly SHARD_CMD="${PARTCMD} -t ${SHARD} -n ${SHARDS}"
|
| -echo "Calculating targets for shard ${SHARD} of ${SHARDS}"
|
| +echo "Calculating targets for shard $((${SHARD} + 1)) of ${SHARDS}"
|
| readonly PACKAGE_LIST=$(${SHARD_CMD})
|
| if [ -z "${PACKAGE_LIST}" ]; then
|
| echo "sharding command failed: ${SHARD_CMD}"
|
|
|