Skip to content

Commit 50e19e1

Browse files
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>
1 parent 00d86f8 commit 50e19e1

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.

tools/testbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ function refresh {
492492

493493
function run {
494494
if [ ${RUN} -ne 0 ] && [ -z ${cmake} ]; then
495-
run_script="$path/run"
495+
run_script="$path/run.sh"
496496
if [ -x $run_script ]; then
497497
echo " Running NuttX..."
498498
export ARTIFACTCONFDIR=$ARTIFACTDIR/$(echo $config | sed "s/:/\//")/

0 commit comments

Comments
 (0)