From ee3326cb35e987e529b83f979c8169ec2d59cae5 Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Tue, 21 May 2013 13:42:14 -0400 Subject: don't abort recipe... --- kernel/kernelinstall/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- cgit