On Tue, Apr 19, 2016 at 04:28:06PM +0200, Andrew Jones wrote: > x86 doesn't seem to care, but other architectures do. > > Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> > --- > scripts/pretty_print_stacks.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/pretty_print_stacks.py b/scripts/pretty_print_stacks.py > index 11090deb122b1..db2f145323c45 100755 > --- a/scripts/pretty_print_stacks.py > +++ b/scripts/pretty_print_stacks.py > @@ -58,7 +58,7 @@ def main(): > sys.stderr.write('usage: %s <kernel>\n' % sys.argv[0]) > sys.exit(1) > > - binary = sys.argv[1] > + binary = sys.argv[1].replace("flat", "elf") grr... I should have used (".flat", ".elf") since the string 'flat' could easily show up in other parts of a test name. > > try: > while True: > -- > 2.4.11 > -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html