summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2013-05-22 10:44:10 -0400
committerBill Peck <bpeck@redhat.com>2013-05-22 10:44:10 -0400
commit845402ded9b351974480841077745037899ecdd3 (patch)
tree8182714b1455b0ee86b14b09f18a01b50bcd5492
parent8dcc8b2929509198ed464146ee4c25544b6a62db (diff)
downloadtests-845402ded9b351974480841077745037899ecdd3.tar.gz
tests-845402ded9b351974480841077745037899ecdd3.tar.xz
tests-845402ded9b351974480841077745037899ecdd3.zip
can't use the dot, different between rhel5 and 6
-rwxr-xr-xkernel/kernelinstall/runtest.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/kernel/kernelinstall/runtest.sh b/kernel/kernelinstall/runtest.sh
index 53f9267..21073ef 100755
--- a/kernel/kernelinstall/runtest.sh
+++ b/kernel/kernelinstall/runtest.sh
@@ -38,7 +38,7 @@ function RHTSAbort ()
{
# Abort the rhts recipe if we are running the wrong kernel
DeBug "Abort recipe"
- #rhts-abort -t recipe
+ rhts-abort -t recipe
}
function SysReport ()
@@ -588,8 +588,6 @@ function CheckKernel ()
if [ "$KVAR" = "up" ]; then
DeBug "KVAR=$KVAR"
KVAR=""
- else
- KVAR=".$KVAR"
fi
DeBug "After KVER=$KVER KVAR=$KVAR"