Exit on nnapi_test fail (#890)
author이춘석/동작제어Lab(SR)/Senior Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 25 Apr 2018 07:21:16 +0000 (16:21 +0900)
committer오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 25 Apr 2018 07:21:16 +0000 (16:21 +0900)
1. remove `set +e` from nnapi_test

Now, test fails on any nnapi_test fail.

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
tools/test_driver/test_driver.sh

index eb491fa..97e79aa 100755 (executable)
@@ -179,7 +179,6 @@ fi
 
 # Run nnapi_test with various tflite models
 if [ "$ALLTEST_ON" == "true" ] || [ "$VERIFICATION_ON" == "true" ]; then
-    set +e
     unset DRIVER_BIN
     if [ -z "$DRIVER_BIN" ]; then
         DRIVER_BIN=$ARTIFACT_PATH/Product/out/bin/nnapi_test