Skip to content

Commit 13a8ead

Browse files
committed
propagate fail result to workflow script
1 parent 8045046 commit 13a8ead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ clean: $(addsuffix .clean,$(ARCHS))
1414
%.do:
1515
cd $(SRC_GEN) && make $(@:.do=)
1616
@mkdir -p $(@:.do=)/yosys
17-
set -o pipefail && cd $(@:.do=)/yosys && yosys -m ghdl -s ../../equiv.ys | tee log
17+
cd $(@:.do=)/yosys && yosys -m ghdl -s ../../equiv.ys
1818

1919
%.clean:
2020
rm -rf $(@:.clean=)/yosys

0 commit comments

Comments
 (0)