diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-03-09 16:28:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-03-09 16:28:34 +0200 |
commit | 82e00e4f4e8f3c8ac5b59576d976e060e8186aa1 (patch) | |
tree | 0d0dc0a7fc1c77e8682da6337921bd7ea12b7f23 | |
parent | d40804da899c73e17f8541bbed9d2746baf04b45 (diff) |
Note potential pipefail issues
-rwxr-xr-x | buildos | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1198,6 +1198,8 @@ EOF # subject line (note that there can be a mix so we have to # try in the priority order). # + # @@ pipefail + # p=2 s="$("${c[@]}" --output cat --priority 2 | head -n 1)" if [ -z "$s" ]; then @@ -1214,6 +1216,8 @@ EOF s="bbot-agent-$tn@$i: $s" + # @@ pipefail + # info "$s" { echo "$tn.bbot_cmd: ssh build@$hname ${c[@]}"; |