Skip to content

Commit 7144e75

Browse files
committedFeb 16, 2017
fail hard on any error + verify that all scripts use bash -ex to fail
early on any error + anticipate that some tools can't be installed by now, but we still want the test to return success to satisfy travis-ci
1 parent 9d4b9d5 commit 7144e75

File tree

190 files changed

+216
-191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+216
-191
lines changed
 

‎afl/install

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -e
1+
#!/bin/bash -ex
22

33
#
44
# AFL

‎afl/install-root-archlinux

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -ex
22
set -eu -o pipefail
33

44
pacman -Syu --noconfirm --needed bison qemu

0 commit comments

Comments
 (0)
Please sign in to comment.