Explorar o código

Merge branch 'bugfix/parttool_example_test_fail_v4.2' into 'release/v4.2'

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

See merge request espressif/esp-idf!10373
Ivan Grokhotkov %!s(int64=5) %!d(string=hai) anos
pai
achega
8224c75211
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/storage/parttool/example_test.py

+ 1 - 1
examples/storage/parttool/example_test.py

@@ -28,7 +28,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__':