Skip to content

Commit ebf548e

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 50f8184 commit ebf548e

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
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)