mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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!12004
This commit is contained in:
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:
|
||||
|
Loading…
Reference in New Issue
Block a user