Skip to content

Commit 735b510

Browse files
committed
core/iwasm/libraries/wasi-nn/test/build.sh: set -e
1 parent 80007d5 commit 735b510

File tree

1 file changed

+2
-0
lines changed
  • core/iwasm/libraries/wasi-nn/test

1 file changed

+2
-0
lines changed

core/iwasm/libraries/wasi-nn/test/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
# https://github.com/tensorflow/tensorflow/releases/tag/v2.16.1
1515
# https://blog.tensorflow.org/2024/03/whats-new-in-tensorflow-216.html
1616

17+
set -e
18+
1719
CURR_PATH=$(cd $(dirname $0) && pwd -P)
1820

1921
# WASM application that uses WASI-NN

0 commit comments

Comments
 (0)