]> git.sur5r.net Git - u-boot/commit
test/py: README: add HOSTNAME to PYTHONPATH
authorLiam Beguin <liambeguin@gmail.com>
Wed, 14 Mar 2018 23:15:13 +0000 (19:15 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 22 Mar 2018 17:25:20 +0000 (13:25 -0400)
commitbe91691d081359e7366e487df7894af63268333d
treea3faa7ec420af0cead4dac52c41346cdbd9d089b
parent0e5dd786e99cba005648993591d59bcaa928e480
test/py: README: add HOSTNAME to PYTHONPATH

As opposed to PATH, HOSTNAME is not appended to PYTHONPATH
automatically. Lets add it to the examples to make it more
obvious to new users.

Signed-off-by: Liam Beguin <liambeguin@gmail.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
test/py/README.md