summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2013-05-21 13:42:14 -0400
committerBill Peck <bpeck@redhat.com>2013-05-21 13:42:14 -0400
commitee3326cb35e987e529b83f979c8169ec2d59cae5 (patch)
tree9141efda2653b0723b293dbd397f27ae74ace730
parent63b08713762995b136a38bc9e807ef03aa9f974b (diff)
downloadtests-ee3326cb35e987e529b83f979c8169ec2d59cae5.tar.gz
tests-ee3326cb35e987e529b83f979c8169ec2d59cae5.tar.xz
tests-ee3326cb35e987e529b83f979c8169ec2d59cae5.zip
don't abort recipe...
-rwxr-xr-xkernel/kernelinstall/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kernelinstall/runtest.sh b/kernel/kernelinstall/runtest.sh
index 21073ef..5b2a3e7 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 ()