diff options
Diffstat (limited to 'kernel/kernelinstall')
| -rwxr-xr-x | kernel/kernelinstall/runtest.sh | 4 |
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" |
