Skip to content

Commit d3eddaa

Browse files
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>
1 parent a32b402 commit d3eddaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/testbuild.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,8 @@ function run {
495495
run_script="$path/run"
496496
if [ -x $run_script ]; then
497497
echo " Running NuttX..."
498+
export ARTIFACTCONFDIR=$ARTIFACTDIR/$(echo $config | sed "s/:/\//")/
499+
export CURRENTCONFDIR=$(realpath $path)
498500
if ! $run_script; then
499501
fail=1
500502
fi

0 commit comments

Comments
 (0)