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@xxxxxxxxx> --- 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 _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers