diff options
author | Alessandro Gatti <a.gatti@frob.it> | 2025-01-24 11:18:39 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-02-07 17:37:04 +1100 |
commit | ca3090a33f06da57221827ad506d80cb1f826b99 (patch) | |
tree | 0a243894dff1980d9f90e15df480b746c11df065 /docs/esp32/tutorial/intro.rst | |
parent | dfd1d69a72956e650af5cb071e4d9be61b5d322a (diff) | |
download | micropython-ca3090a33f06da57221827ad506d80cb1f826b99.tar.gz micropython-ca3090a33f06da57221827ad506d80cb1f826b99.zip |
qemu/Makefile: Fix shell interpolation for automated natmod tests.
This commit fixes the command used to run natmod tests, as it relied on
a string interpolation feature of the POSIX shell that was not working
as expected inside a makefile.
The interpolation was not performed from inside the makefile and the raw
command string was sent to the operating system for execution. Now the
command is run by using a different type of string substitution, which
explicitly performs the interpolation using a POSIX shell for-loop.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'docs/esp32/tutorial/intro.rst')
0 files changed, 0 insertions, 0 deletions