[PATCH] cr_tests: report kernel version

Serge E. Hallyn serue at us.ibm.com
Mon Feb 22 10:51:51 PST 2010


Quoting Nathan Lynch (ntl at pobox.com):
> When reviewing test logs, it's convenient to have a record of the
> kernel version, especially with the LOCALVERSION_AUTO git id string.
> 
> Signed-off-by: Nathan Lynch <ntl at pobox.com>

thanks, pushed

-serge

> ---
>  runall.sh |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/runall.sh b/runall.sh
> index d2e08f9..6b07d17 100644
> --- a/runall.sh
> +++ b/runall.sh
> @@ -49,6 +49,9 @@ if [ $? -eq 0 ]; then
>  	exit 1
>  fi
> 
> +echo Testing kernel version $(uname -r)
> +echo
> +
>  echo Running simple checkpoint/restart test
>  pushd simple
>  bash runtests.sh
> -- 
> 1.6.0.6


More information about the Containers mailing list