1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/pythonlibs
Gaëtan Harter 731dcfc319
testrunner: disable local echo
When local echo is enabled, pexpect will also match on send lines to the
node. So could think a node is echoing when it is only seeing the sent
message.
The sent messages are still written to `logfile` but now only once.

This may show issues with our current tests implementation that expected
this behavior.
2019-03-04 13:26:53 +01:00
..
testrunner testrunner: disable local echo 2019-03-04 13:26:53 +01:00
README.md make: introduce common Python lib path 2018-08-10 11:37:43 +02:00

This directory is exported through PYTHONPATH environment variable in the build system. Put any RIOT specific Python packages here.