mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
tools/testbuild.sh: export some variables for NTFC run script
export currently build configuration and path to artifacts so these can be used by NTFC run script Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
committed by
Alan C. Assis
parent
4449a67975
commit
16d7fcb26c
@@ -495,6 +495,8 @@ function run {
|
||||
run_script="$path/run"
|
||||
if [ -x $run_script ]; then
|
||||
echo " Running NuttX..."
|
||||
export ARTIFACTCONFDIR=$ARTIFACTDIR/$(echo $config | sed "s/:/\//")/
|
||||
export CURRENTCONFDIR=$(realpath $path)
|
||||
if ! $run_script; then
|
||||
fail=1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user