Skip to content

Commit

Permalink
build: Avoid silent failures
Browse files Browse the repository at this point in the history
It's a good practice to break on failure in scripts,
Test conditions should be handled accordingly.

Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Sep 10, 2020
1 parent 7438e5c commit a95084f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

#
# Copyright (c) 2020 Project CHIP Authors
# Copyright (c) 2014-2017 Nest Labs, Inc.
Expand Down

0 comments on commit a95084f

Please sign in to comment.