Skip to content

Commit ce137c5

Browse files
Cleanup SIGPIPE comment in acceptance test (#2622)
## Why We no longer needed to disable pipefail following #2602 but I missed removing this comment. Just a minor cleanup.
1 parent 8054320 commit ce137c5

File tree

1 file changed

+0
-2
lines changed
  • acceptance/bundle/telemetry/deploy

1 file changed

+0
-2
lines changed

acceptance/bundle/telemetry/deploy/script

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ trace $CLI bundle deploy
22

33
trace cat out.requests.txt | jq 'select(has("path") and .path == "/telemetry-ext") | .body.protoLogs.[] | fromjson'
44

5-
# Disable pipefail. head will skip reading all input once it encounters a newline. Not disabling pipefail will trigger
6-
# a SIGPIPE in linux based systems.
75
cmd_exec_id=$(extract_command_exec_id.py)
86

97
update_file.py output.txt $cmd_exec_id '[CMD-EXEC-ID]'

0 commit comments

Comments
 (0)