Rename collect_data.sh to collect_data_manual.sh and make header comment more clear.

pull/11602/head
Andriy Dzikh 2021-06-10 13:30:35 -07:00
parent 884216db9e
commit dc6cb0b671
1 changed files with 3 additions and 2 deletions

View File

@ -15,8 +15,9 @@
# limitations under the License.
# Collects all test data manually, processes it, and uploads to GCS. This will
# overwrite any existing data.
# Example usage: ./collect_data.sh
# overwrite any existing data. This should only be done for a dryrun, new data
# should be handled exclusively through upload_tests.sh.
# Example usage: ./collect_data_manual.sh
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )