Skip to content

Commit

Permalink
Remove .sh prefix on go_core_tests log
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Krage <[email protected]>
  • Loading branch information
HenryNguyen5 and jmank88 authored Apr 29, 2024
1 parent fafd6e9 commit 22253c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/go_core_tests
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ if [[ $EXITCODE != 0 ]]; then
else
echo "All tests passed!"
fi
echo "go_core_tests.sh exiting with code $EXITCODE"
echo "go_core_tests exiting with code $EXITCODE"
exit $EXITCODE

0 comments on commit 22253c4

Please sign in to comment.