ohsewon / test

0 stars 0 forks source link

[PR][CLOSED] [TEST] Fix find command for checking library #346

Closed ohsewon closed 5 years ago

ohsewon commented 5 years ago

Issue by sewon-oh Thursday Jul 26, 2018 at 10:08 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/pull/346


$ 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

Self evaluation:

  1. Build test: [ ]Passed [ ]Failed [*]Skipped
  2. Run test: [*]Passed [ ]Failed []Skipped

sewon-oh included the following code: https://github.sec.samsung.net/STAR/nnstreamer/pull/346/commits