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
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
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
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
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