Skip to content

Commit 4ca88de

Browse files
Xelef2000phsauter
authored andcommitted
fix(run_synthesis.sh): fail if any command fails
1 parent 737c7d4 commit 4ca88de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yosys/run_synthesis.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
set -e # Exit on error
1313
set -u # Error on undefined vars
14+
set -o pipefail # Fail if any command fails
1415

1516
################
1617
# Setup

0 commit comments

Comments
 (0)