tests for nginx-otel
Signed-off-by: Ava Hahn <a.hahn@f5.com>
This commit is contained in:
parent
1ed551b70b
commit
e7b504fa40
5 changed files with 15 additions and 15 deletions
|
|
@ -55,7 +55,7 @@ function parallel_invoke_and_wait() {
|
|||
wait $p
|
||||
local code=$?
|
||||
log "procedure with input $input returned $code"
|
||||
if [[ $3 && ! $code == 0 ]]; then # needs to catch code==2, etc
|
||||
if [[ $3 && ! $code == 0 ]]; then
|
||||
log "tail of related logs..."
|
||||
tail ${3}${input}.log
|
||||
log "see more in ${3}${input}.log"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue