Skip to content

Commit

Permalink
Merge pull request #192 from ashu-011/fix_exit_value
Browse files Browse the repository at this point in the history
Fix Horizontest pod exit
  • Loading branch information
openshift-merge-bot[bot] authored Jul 31, 2024
2 parents ccc2d88 + aceaab9 commit 3f30aca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions container-images/tcib/base/os/horizontest/run_horizontest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,5 @@ mkdir -p ${LOG_DIR}
sudo cp -rf ${HORIZONTEST_DIR}/horizon/test_reports/* ${LOG_DIR}

delete_custom_resources

exit ${RETURN_VALUE}

0 comments on commit 3f30aca

Please sign in to comment.