fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1421695356
########## testing/ostest/ostest_main.c: ########## @@ -295,7 +321,9 @@ static int user_main(int argc, char *argv[]) show_environment(false, true, true); check_test_memory_usage(); +#ifndef CONFIG_BUILD_KERNEL Review Comment: clearenv() will clear PATH, result in failure to find elf binary for sub-task spawn -- 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]
