nnstreamer / TAOS-CI

:tangerine: TAOS-CI (a.k.a LightSys) is an lightweight and efficient CI system to achieve "Review less, merge faster" with a tool-based review system. It is completely compatible with all GitHub repositories although TAOS-CI is designed & implemented for NNStreamer repository. (Homepage: https://taos-ci.github.io/)
http://nnstreamer.mooo.com/TAOS-CI/ci/taos/
Apache License 2.0
118 stars 89 forks source link

post-build-tizen/bugfix: Remove 'tee' connected to 'gbs build' via '|' #665

Closed wooksong closed 4 years ago

wooksong commented 4 years ago

When the BUILD_MODE is set to 1, a command pipeline is used for running 'gbs build' and capturing the standard output of it using 'tee', which could return '0' even if the former 'gbs build' command fails. To fix this bug, this patch replaces the pipe, '|', between 'gbs build' and 'tee' with the redirections and removes 'tee'.

Signed-off-by: Wook Song wook16.song@samsung.com

See also:

Self evaluation:

  1. Build test: [ ]Passed [ ]Failed [*]Skipped
  2. Run test: [*]Passed [ ]Failed [ ]Skipped
taos-ci commented 4 years ago

:memo: TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #665. Please a submit 1commit/1PR (one commit per one PR) policy to get comments quickly from reviewers. Your PR must pass all verificiation processes of cibot before starting a review process from reviewers. If you are new member to join this project, please read manuals in documentation folder and wiki page. In order to monitor a progress status of your PR in more detail, visit http://nnsuite.mooo.com/.