[TEST] Fix find command for checking library
authorsewon.oh <sewon.oh@samsung.com>
Thu, 26 Jul 2018 10:05:49 +0000 (19:05 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Fri, 27 Jul 2018 01:28:43 +0000 (10:28 +0900)
commit8bc8387fd4ae26a0210f0c90cf5564408cbda519
tree8189b70bac3daec945ef99e0b6a3f326551de8ae
parent6370ea81b789b1a5a404cfbe5d5d552a06c2c51e
[TEST] Fix find command for checking library

```bash
$ find "$dirpath/../build/gst/tensor_converter" "$dirpath/../build/gst/tensor_filter" "$dirpath/../build/gst/tensor_decoder" -name *.so 1>/dev/null 2>/dev/null
```
If the folder path is correct, above command always return 0.
So I change command to return 1 when there is *.so.

Signed-off-by: sewon.oh <sewon.oh@samsung.com>
tests/testAPI.sh