pkarashchenko commented on code in PR #7114: URL: https://github.com/apache/incubator-nuttx/pull/7114#discussion_r975262565
########## tools/ci/runcodechecker.sh: ########## @@ -93,3 +116,11 @@ done if $NEEDSTART; then start_server fi + +if $NEEDKILL; then + kill_server +fi + +if $NEEDCOMPRESS; then + compress_database $NEEDRM +fi Review Comment: ```suggestion fi ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org