kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'bugfix/ci_test_app_ide_integration' into 'master'
CI: Fix port for test app of IDF Monitor IDE integration Closes IDFCI-388 See merge request espressif/esp-idf!12004pull/6416/head
commit
6d239d703e
|
@ -73,6 +73,7 @@ def test_monitor_ide_integration(env, extra_data):
|
|||
|
||||
with WebSocketServer(), ttfw_idf.CustomProcess(' '.join([monitor_path,
|
||||
elf_path,
|
||||
'--port', str(dut.port),
|
||||
'--ws', 'ws://{}:{}'.format(WebSocketServer.HOST,
|
||||
WebSocketServer.PORT)]),
|
||||
logfile='monitor_{}.log'.format(name)) as p:
|
||||
|
|
Ładowanie…
Reference in New Issue