Details
Description
I've noticed in go297.sh that it exits with return code of the last of 3 tests, so if 1 or 2 test fails, there will only be log statement about diff with expected result, but our pipeline will be green.
All the go*.sh scripts should be reviewed for the same kind of problems to avoid such test reporting problems