From e58138572ebddac9498b93c76770eeca7d45e3b1 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 25 Jul 2013 16:21:14 -0400 Subject: [PATCH] Revert "testsuite: set -B CONFIG_DEBUG_INFO=y in testsuite rc to help debug crashes" This reverts commit 6bb6bf29ae..... and f1d4f4313..... --- testsuite/lib/systemtap.exp | 2 -- 1 file changed, 2 deletions(-) diff --git a/testsuite/lib/systemtap.exp b/testsuite/lib/systemtap.exp index 7cdb225ce..5229e6838 100644 --- a/testsuite/lib/systemtap.exp +++ b/testsuite/lib/systemtap.exp @@ -171,8 +171,6 @@ proc setup_systemtap_environment {} { # All hail the prophet lockdep set chan [open $env(SYSTEMTAP_DIR)/rc w] - puts $chan "--modinfo intree=Y" - puts $chan "-B CONFIG_DEBUG_INFO=Y" puts $chan "--rlimit-cpu=300" close $chan -- 2.43.5