From 0c7f1cd04189bd76c2a191e7be1dd559d589d5e0 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Jun 30 2013 09:30:53 +0000 Subject: print running kernel before tests start --- diff --git a/centos_ci_build b/centos_ci_build index e0e11e1..3d81147 100755 --- a/centos_ci_build +++ b/centos_ci_build @@ -2,4 +2,5 @@ # Build steps used in CentOS CI yum -y update +uname -a SKIP_QA_HARNESS=1 ./runtests.sh