Commit 121353d3 authored by Fergal Daly's avatar Fergal Daly Committed by Commit Bot

Fix some last-minute typos in tools/get_swarming_logs


TBR=altimin@chromium.org

Change-Id: Iea211bdf026d6d2948422ba2d053762eb0c028c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237543Reviewed-by: default avatarFergal Daly <fergal@chromium.org>
Commit-Queue: Fergal Daly <fergal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#776917}
parent a27feee1
...@@ -19,13 +19,13 @@ shift ...@@ -19,13 +19,13 @@ shift
id=$1 id=$1
shift shift
bindir=$bindir bindir=$(dirname $0)
function get_ids() { function get_ids() {
perl -lne 'print $1 if m#shard \#0\]\(https://chromium-swarm.appspot.com/user/task/([0-9a-f]*)#;' "$1" | sort | uniq perl -lne 'print $1 if m#shard \#0\]\(https://chromium-swarm.appspot.com/user/task/([0-9a-f]*)#;' "$1" | sort | uniq
} }
log=$("$bindir"/get_one_log.sh "$base_dir" "$id") log=$("$bindir"/get_one.sh "$base_dir" "$id")
dir="$base_dir/$id" dir="$base_dir/$id"
running=0 running=0
for id in $(get_ids "$log" ); do for id in $(get_ids "$log" ); do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment