[parted-devel] [PATCH 1/3] tests: add aarch64 and mips64 as a valid 64-bit machines

Brian C. Lane bcl at redhat.com
Tue Aug 10 22:50:47 BST 2021


On Mon, Aug 09, 2021 at 03:25:50PM +0100, Ross Burton wrote:
> require_64_bit_ in t-lib-helpers.sh has a hard-coded list of uname
> machines that are 64-bit, so add aarch64 and mips64 to cover the major
> architectures.
> ---
>  tests/t-lib-helpers.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/t-lib-helpers.sh b/tests/t-lib-helpers.sh
> index 9312343..dddb44e 100644
> --- a/tests/t-lib-helpers.sh
> +++ b/tests/t-lib-helpers.sh
> @@ -411,7 +411,7 @@ device_mapper_required_()
>  require_64bit_()
>  {
>    case $(uname -m) in
> -      x86_64|ppc64)
> +      aarch64|mips64|ppc64|x86_64)
>            return 0;;
>        *)
>            skip_ "This test requires a 64 bit system"
> -- 
> 2.25.1
> 
> 

Thanks! These have been pushed to master.

Brian

-- 
Brian C. Lane (PST8PDT) - weldr.io - lorax - parted - pykickstart




More information about the parted-devel mailing list