Makes Scripts Fail Fast and Loud

This commit is contained in:
Daniel J. Hofmann
2016-10-18 14:05:20 -07:00
committed by Patrick Niklaus
parent 46994e87be
commit 1d994da12b
8 changed files with 32 additions and 6 deletions
+4
View File
@@ -1,5 +1,9 @@
#!/usr/bin/env bash
set -o errexit
set -o pipefail
set -o nounset
# Runs the Clang Tidy Tool in parallel on the code base.
# Requires a compilation database in the build directory.