diff --git a/tools/testbuild.sh b/tools/testbuild.sh index bef77e35e2e..417ca7a122f 100755 --- a/tools/testbuild.sh +++ b/tools/testbuild.sh @@ -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