boards/citest: rename run scripts to run.sh

Executable files called "run" don't pass checkpath verification,
so we change the name to "run.sh"

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
p-szafonimateusz
2025-12-30 09:12:42 +01:00
committed by Alan C. Assis
parent 1e82af9352
commit b88f86ba5d
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -492,7 +492,7 @@ function refresh {
function run {
if [ ${RUN} -ne 0 ] && [ -z ${cmake} ]; then
run_script="$path/run"
run_script="$path/run.sh"
if [ -x $run_script ]; then
echo " Running NuttX..."
export ARTIFACTCONFDIR=$ARTIFACTDIR/$(echo $config | sed "s/:/\//")/