Skip to content

Commit

Permalink
Fixed an issue when Unit Testing engine fails with a custom project c…
Browse files Browse the repository at this point in the history
…onfiguration file // Resolve #3583
  • Loading branch information
ivankravets committed Aug 25, 2020
1 parent ff19109 commit fa90251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ PlatformIO Core 4
- Updated PIO Unit Testing support for Mbed framework. Added compatibility with Mbed OS 6
- Do not generate ".travis.yml" for a new project, let the user have a choice
- Do not escape compiler arguments in VSCode template on Windows
- Fixed an issue with PIO Unit Testing when running multiple environments (`issue #3523 <https://github.com/platformio/platformio-core/issues/3523>`_)
- Fixed an issue with Unit Testing engine when running multiple environments (`issue #3523 < https://github.com/platformio/platformio-core/issues/3523>`_)
- Fixed an issue when Unit Testing engine fails with a custom project configuration file (`issue #3583 <https://github.com/platformio/platformio-core/issues/3583>`_)

4.3.4 (2020-05-23)
~~~~~~~~~~~~~~~~~~
Expand Down
1 change: 1 addition & 0 deletions platformio/commands/test/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def build_or_upload(self, target):
return self.cmd_ctx.invoke(
cmd_run,
project_dir=self.options["project_dir"],
project_conf=self.options["project_config"].path,
upload_port=self.options["upload_port"],
verbose=self.options["verbose"],
silent=self.options["silent"],
Expand Down

0 comments on commit fa90251

Please sign in to comment.