fix(pytest): respect --build-dir argument from pytest-embedded

This commit is contained in:
Ivan Grokhotkov
2024-04-30 17:57:17 +02:00
parent ef716a2390
commit 087d055090
3 changed files with 5 additions and 0 deletions

View File

@@ -478,6 +478,7 @@ Build Directories
By default, each test case looks for the required binary files in the following directories (in order):
- Directory set by ``--build-dir`` command line argument, if specified.
- ``build_<target>_<sdkconfig>``
- ``build_<target>``
- ``build_<sdkconfig>``