Merge branch 'bugfix/parttool_example_test_fail_v3.3' into 'release/v3.3'

examples/parttool: fix the test to work on parallel test runner (backport v3.3)

See merge request espressif/esp-idf!10376
This commit is contained in:
Ivan Grokhotkov 2020-09-18 23:30:58 +08:00
commit 6e284ea84b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def test_examples_parttool(env, extra_data):
binary_path = flash_file[1]
break
subprocess.check_call([sys.executable, script_path, "--binary", binary_path])
subprocess.check_call([sys.executable, script_path, "--binary", binary_path, "--port", dut.port])
if __name__ == '__main__':