Skip to content

Commit

Permalink
test: waitForEveryoneToDie validator was not being called for python …
Browse files Browse the repository at this point in the history
…tests

Signed-off-by: Nick Mitchell <nickm@us.ibm.com>
  • Loading branch information
starpit committed Oct 14, 2024
1 parent ccd883d commit 39de795
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/bin/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,9 @@ function waitForIt {
else echo "❌ FAIL missing stderr test=$name output=$output allOutputs=$allOutputs" && return 1
fi
done

waitForEveryoneToDie $run_name
fi

waitForEveryoneToDie $run_name
return 0
}

Expand Down

0 comments on commit 39de795

Please sign in to comment.