Przeglądaj źródła

core/iwasm/libraries/wasi-nn/test/build.sh: set -e

YAMAMOTO Takashi 6 miesięcy temu
rodzic
commit
735b510437
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      core/iwasm/libraries/wasi-nn/test/build.sh

+ 2 - 0
core/iwasm/libraries/wasi-nn/test/build.sh

@@ -14,6 +14,8 @@
 #   https://github.com/tensorflow/tensorflow/releases/tag/v2.16.1
 #   https://github.com/tensorflow/tensorflow/releases/tag/v2.16.1
 #   https://blog.tensorflow.org/2024/03/whats-new-in-tensorflow-216.html
 #   https://blog.tensorflow.org/2024/03/whats-new-in-tensorflow-216.html
 
 
+set -e
+
 CURR_PATH=$(cd $(dirname $0) && pwd -P)
 CURR_PATH=$(cd $(dirname $0) && pwd -P)
 
 
 # WASM application that uses WASI-NN
 # WASM application that uses WASI-NN