wangchdo commented on code in PR #3333:
URL: https://github.com/apache/nuttx-apps/pull/3333#discussion_r2696971728


##########
testing/ostest/mqueue.c:
##########
@@ -382,8 +382,10 @@ void mqueue_test(void)
 
   /* Wake up the receiver thread with a signal */
 
+#ifdef CONFIG_ENABLE_ALL_SIGNALS
   printf("mqueue_test: Killing receiver\n");
   pthread_kill(receiver, SIGUSR1);

Review Comment:
   Agree, I removed the test from build.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to