mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
Merge branch 'bugfix/parttool_example_test_fail_v4.0' into 'release/v4.0'
examples/parttool: fix the test to work on parallel test runner (backport v4.0) See merge request espressif/esp-idf!10375
This commit is contained in:
@ -28,7 +28,7 @@ def test_examples_parttool(env, extra_data):
|
|||||||
binary_path = flash_file[1]
|
binary_path = flash_file[1]
|
||||||
break
|
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__':
|
if __name__ == '__main__':
|
||||||
|
Reference in New Issue
Block a user