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:
p-szafonimateusz
2025-12-29 21:56:24 +01:00
committed by Alan C. Assis
parent 4449a67975
commit 16d7fcb26c
+2
View File
@@ -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