oss-fuzz: Align build.sh sh parameters with pattern from the oss-fuzz project
authorAndrew Bartlett <abartlet@samba.org>
Fri, 6 Dec 2019 23:06:37 +0000 (12:06 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 10 Dec 2019 07:50:29 +0000 (07:50 +0000)
commit8382fa6408ef5efc45260e332579a6d9ee648d87
tree0b88772e2dba29f0ad7ac8ad64c98e8f34de038b
parent47c7f549955b8c01d5fbe09a0f9ccc3503b94c63
oss-fuzz: Align build.sh sh parameters with pattern from the oss-fuzz project

We should run build_samba.sh with -eux to ensure we exit on failure,
refuse to use an unset varible and print the commands we are running.

(The suggested build.sh on the oss-fuzz side uses -eu).

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
lib/fuzzing/oss-fuzz/build_samba.sh