mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
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:
committed by
Alan C. Assis
parent
1e82af9352
commit
b88f86ba5d
+1
-1
@@ -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/:/\//")/
|
||||
|
||||
Reference in New Issue
Block a user