tests for nginx-otel

Signed-off-by: Ava Hahn <a.hahn@f5.com>
This commit is contained in:
Ava Hahn 2025-01-22 19:08:52 -08:00
parent 1ed551b70b
commit e7b504fa40
5 changed files with 15 additions and 15 deletions

View file

@ -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"