Skip to content

Commit

Permalink
Add exit logs for go_core_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Apr 28, 2024
1 parent 2e99468 commit 262d492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/bin/go_core_tests
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ if [[ $EXITCODE != 0 ]]; then
else
echo "All tests passed!"
fi
echo "go_core_tests.sh exiting with code $EXITCODE"
exit $EXITCODE

0 comments on commit 262d492

Please sign in to comment.