Re: [PR] testing: add verbose output of correct/incorrect tests [nuttx-apps]

2023-10-18 Thread via GitHub
acassis merged PR #2139: URL: https://github.com/apache/nuttx-apps/pull/2139 -- 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.a

Re: [PR] testing: add verbose output of correct/incorrect tests [nuttx-apps]

2023-10-18 Thread via GitHub
michallenc commented on code in PR #2139: URL: https://github.com/apache/nuttx-apps/pull/2139#discussion_r1364010567 ## testing/fstest/fstest_main.c: ## @@ -1183,6 +1191,11 @@ int main(int argc, FAR char *argv[]) free(ctx->files); free(ctx); + printf("File system tests

Re: [PR] testing: add verbose output of correct/incorrect tests [nuttx-apps]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #2139: URL: https://github.com/apache/nuttx-apps/pull/2139#discussion_r1363871993 ## testing/fstest/fstest_main.c: ## @@ -1183,6 +1191,11 @@ int main(int argc, FAR char *argv[]) free(ctx->files); free(ctx); + printf("File system t

[PR] testing: add verbose output of correct/incorrect tests [nuttx-apps]

2023-10-18 Thread via GitHub
michallenc opened a new pull request, #2139: URL: https://github.com/apache/nuttx-apps/pull/2139 ## Summary This adds counting of correct/incorrect tests to scanftest and fstest and thus allow to check whether the tests are really successful. Current CI tests only check whether the tes

Re: [PR] testing: add verbose output of correct/incorrect tests [nuttx-apps]

2023-10-18 Thread via GitHub
michallenc commented on PR #2139: URL: https://github.com/apache/nuttx-apps/pull/2139#issuecomment-1768386459 Should be merged before [ci: enhance scanf/fs/os tests to control their correctness](https://github.com/apache/nuttx/pull/10971) -- This is an automated message from the Apache Gi