Skip to content

Commit 379c713

Browse files
committed
ci: avoid false success
1 parent b1b3102 commit 379c713

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/ghdl/Boards2.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env sh
22

3+
set -e
4+
35
if [ "x$GHDL" = "x" ]; then
46
GHDL=ghdl
57
fi

tests/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env sh
22

3+
set -e
4+
35
cd $(dirname $0)
46

57
if [ "$#" -le 1 ]; then

0 commit comments

Comments
 (0)