Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/46894 )
Change subject: test_build.sh: Move build test procedure to repository ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/flashrom/+/46894/2/test_build.sh File test_build.sh:
https://review.coreboot.org/c/flashrom/+/46894/2/test_build.sh@2 PS2, Line 2: set -e
Recommended to use "Bash Strict Mode" […]
This script uses no pipes or variables.
https://review.coreboot.org/c/flashrom/+/46894/2/test_build.sh@7 PS2, Line 7: (cd out && ninja)
Why not add `out` directory to `. […]
Because people are free to use whatever build directory they want. Why add it?