Created by: Avin0323
Others
set -e causes capture exit code failed, then add set +e in build_and_check. And change the exit code of check_style to 4.
set -e
set +e
build_and_check
check_style