From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [PATCH] cr_tests: report kernel version Date: Mon, 22 Feb 2010 12:51:51 -0600 Message-ID: <20100222185151.GA11722@us.ibm.com> References: <1266862778-13323-1-git-send-email-ntl@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1266862778-13323-1-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Nathan Lynch Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: containers.vger.kernel.org Quoting Nathan Lynch (ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org): > 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 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