Re: [kvm-unit-tests PATCH 4/8] pretty_print_stacks: use elf file for the kernel

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux