You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/10 09:35:15 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5382: Run sim:ostest on the CI

xiaoxiang781216 commented on a change in pull request #5382:
URL: https://github.com/apache/incubator-nuttx/pull/5382#discussion_r803473674



##########
File path: tools/ci/testlist/sim-02.dat
##########
@@ -1,5 +1,8 @@
 /sim/*/*/*/[o-z]*
 
+# heavy test, moved to a separate set
+-sim:ostest

Review comment:
       why need to move the new test list?

##########
File path: tools/testbuild.sh
##########
@@ -276,6 +281,18 @@ function build {
   return $fail
 }
 
+function run {
+  if [ ${RUN} -ne 0 ]; then
+    run_script="$path/run"

Review comment:
       should we add .sh suffix?




-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org