-
- Downloads
dist/tools/jlink: remove setsid for launching JLinkExe for term
When executing `make test` on devices using JLink, testrunner launches `make term` which calls `jlink.sh term_rtt`. When finished the father process is killed but `setsid` has launched JLinkExe as another subprocess, which is not killed by `os.killpg` from testrunner since it doesn't belong to the same group.
Please register or sign in to comment