[U-Boot] Please pull u-boot-dm
Simon Glass
sjg at chromium.org
Tue Jul 10 20:58:16 UTC 2018
Hi Tom,
Here are some Python 3 fixes as mentioned on irc. I've left out the
two which cause problems.
Travis run is here:
https://travis-ci.org/sglass68/u-boot/builds/402281566
The following changes since commit e3396ffd720877976141fa0b76a0b8ee9643d7d1:
Merge git://git.denx.de/u-boot-dm (2018-07-10 10:29:14 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git
for you to fetch changes up to 8793631ec13ee9e6c7189a7bdca38dde7b4390a8:
test/py: vboot: Remove stderr redirect from openssl command
(2018-07-10 14:50:50 -0600)
----------------------------------------------------------------
Paul Burton (6):
test/py: Make print statements python 3.x safe
test/py: Use range() rather than xrange()
test/py: Import 'configparser' lower case to be python 3.x safe
test/py: fit: Open files as binary files
test/py: hush_if_test: Use open() in place of file()
test/py: vboot: Remove stderr redirect from openssl command
test/py/conftest.py | 10 +++++++---
test/py/test.py | 6 ++++--
test/py/tests/test_fit.py | 14 ++++++++------
test/py/tests/test_hush_if_test.py | 2 +-
test/py/tests/test_vboot.py | 4 ++--
test/py/u_boot_console_sandbox.py | 4 ++--
test/py/u_boot_spawn.py | 8 ++++----
test/py/u_boot_utils.py | 4 ++--
8 files changed, 30 insertions(+), 22 deletions(-)
Regards,
Simon
More information about the U-Boot
mailing list