cmake: Support renode 1.8.2.
Renode 1.8 introduced a behaviour change in which it automatically launches the telnet monitor on the TCP port 1234 by default. In order to prevent sanitycheck failures from multiple renode instances attempting to listen on the TCP port 1234 simultaneously, this commit disables renode telnet monitor by specifying '--port -2' (a negative number lower than -1 is required to disable telnet monitor because of the way renode command line parser is implemented). Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
138be8e3d8
commit
3cc5bda2fa
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ find_program(
|
|||
|
||||
set(RENODE_FLAGS
|
||||
--disable-xwt
|
||||
--port -2
|
||||
--pid-file renode.pid
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue