summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2013-05-21 14:52:14 -0400
committerBill Peck <bpeck@redhat.com>2013-05-21 14:52:14 -0400
commitc203fa114d72c1ed8ee1b9040804e22d4e974b8b (patch)
tree1a4a6be3060ac4b6834098dfe20fb0600d779c3d
parentee3326cb35e987e529b83f979c8169ec2d59cae5 (diff)
downloadtests-c203fa114d72c1ed8ee1b9040804e22d4e974b8b.tar.gz
tests-c203fa114d72c1ed8ee1b9040804e22d4e974b8b.tar.xz
tests-c203fa114d72c1ed8ee1b9040804e22d4e974b8b.zip
Put dot between kernel and variant if KVAR is not UP.
-rwxr-xr-xkernel/kernelinstall/runtest.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/kernelinstall/runtest.sh b/kernel/kernelinstall/runtest.sh
index 5b2a3e7..7ecd102 100755
--- a/kernel/kernelinstall/runtest.sh
+++ b/kernel/kernelinstall/runtest.sh
@@ -588,6 +588,8 @@ function CheckKernel ()
if [ "$KVAR" = "up" ]; then
DeBug "KVAR=$KVAR"
KVAR=""
+ else
+ KVAR="$KVAR"
fi
DeBug "After KVER=$KVER KVAR=$KVAR"