mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
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>
This commit is contained in:
parent
47c7f54995
commit
8382fa6408
@ -1,4 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
#!/bin/sh -eux
|
||||
#
|
||||
# This is not a general-purpose build script, but instead one specific to the Google oss-fuzz compile environment.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user