Re: [kvm-unit-tests PATCH 5/6] runtime: enable some unittest config overriding

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

 



2016-01-26 19:42+0100, Andrew Jones:
> Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx>
> ---
> diff --git a/scripts/runtime.bash b/scripts/runtime.bash
> @@ -57,7 +57,7 @@ function run()
> -MAX_SMP=$(getconf _NPROCESSORS_CONF)
> +MAX_SMP=${MAX_SMP:-$(getconf _NPROCESSORS_CONF)}

Shell can save characters even on that ...
   : ${MAX_SMP:=$(getconf _NPROCESSORS_CONF)}
--
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