This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 9ab5781856c9b828d197ddca514982dd614de67a Author: p-szafonimateusz <[email protected]> AuthorDate: Mon Mar 2 19:37:51 2026 +0100 CI: allow ntfc tests for cmake builds allow ntfc tests for cmake builds Signed-off-by: p-szafonimateusz <[email protected]> --- tools/testbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testbuild.sh b/tools/testbuild.sh index 0bafcc8981a..9317e23a56d 100755 --- a/tools/testbuild.sh +++ b/tools/testbuild.sh @@ -491,7 +491,7 @@ function refresh { } function run { - if [ ${RUN} -ne 0 ] && [ -z ${cmake} ]; then + if [ ${RUN} -ne 0 ]; then run_script="$path/run.sh" if [ -x $run_script ]; then echo " Running NuttX..."
