diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2019-01-18 15:56:41 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2019-01-18 15:56:41 +0000 |
| commit | 9bd641b10a13a21799a9ef9e010d062343cc3b93 (patch) | |
| tree | c044098440d94d10f9b00030ae1a118dc3099b8b /scripts/replay-dump.py | |
| parent | 51c1c135608e155d01eea774974d2b9caee9befb (diff) | |
| parent | 49ebe9b15876f3ce9a5f45cb53a16b6a788d65fd (diff) | |
| download | focaccia-qemu-9bd641b10a13a21799a9ef9e010d062343cc3b93.tar.gz focaccia-qemu-9bd641b10a13a21799a9ef9e010d062343cc3b93.zip | |
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging
Python queue, 2019-01-17 Fixes: * Actually test different Python versions on Travis CI * Fix qemu.py error message when qemu dies from signal Cleanups: * Track Python version on config-host.mak * Remove fixed crashes from scripts/device-crash-test * Acceptance tests: Linux initrd checking test * Fix utf-8 mangling at scripts/replay-dump.py * Remove unused python imports from multiple scripts # gpg: Signature made Thu 17 Jan 2019 20:16:41 GMT # gpg: using RSA key 2807936F984DC5A6 # gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>" # Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF D1AA 2807 936F 984D C5A6 * remotes/ehabkost/tags/python-next-pull-request: scripts/replay-dump.py: fix utf-8 mangling qemu.py: Fix error message when qemu dies from signal Acceptance tests: add Linux initrd checking test check-help: visual and content improvements Travis CI: make specified Python versions usable on jobs check-venv: use recorded Python version configure: keep track of Python version scripts: Remove unused python imports scripts/device-crash-test: Remove known crashes Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'scripts/replay-dump.py')
| -rwxr-xr-x | scripts/replay-dump.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/replay-dump.py b/scripts/replay-dump.py index 5ae77c8a92..ee7fda2638 100755 --- a/scripts/replay-dump.py +++ b/scripts/replay-dump.py @@ -3,7 +3,7 @@ # # Dump the contents of a recorded execution stream # -# Copyright (c) 2017 Alex Bennée <alex.bennee@linaro.org> +# Copyright (c) 2017 Alex Bennée <alex.bennee@linaro.org> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public |