commit | 8439ac5bd7bc6a1dc1d638e7b9bea140600cc914 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed May 20 13:20:39 2020 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu May 21 18:43:34 2020 +0000 |
tree | 6160e6b48e835119831987581345a940c0047016 | |
parent | 1976d396241155d7f8ffe443d2e49af6fb90d8cc [diff] |
python3: convert dbus-unit-test.py The latest Ubuntu release (focal) no longer installs a default "python" in the filesystem. The only issue found converting this script over to python3 was that splitlines() now returns a bytes string. os.environ did not like that so explicitly convert the byte string to a normal string. Change-Id: I05f4c8a8090074c71c9afd156f5963b6f6668884 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Build script for CI jobs in Jenkins.