Skip to content

Commit

Permalink
oss-fuzz: Align build.sh sh parameters with pattern from the oss-fuzz…
Browse files Browse the repository at this point in the history
… 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 <[email protected]>
Reviewed-by: Douglas Bagnall <[email protected]>
  • Loading branch information
abartlet committed Dec 10, 2019
1 parent 47c7f54 commit 8382fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fuzzing/oss-fuzz/build_samba.sh
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down

0 comments on commit 8382fa6

Please sign in to comment.