diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2008-05-30 02:58:49 -0400 |
---|---|---|
committer | Wenji Huang <wenji.huang@oracle.com> | 2008-05-30 02:58:49 -0400 |
commit | 974665688b988acc952c9a09c55079844c2bbc63 (patch) | |
tree | b6a47902d4ccb29f3fb91f2e4a77a20cfcf9f674 | |
parent | af26b140348ba9989c63f36bb553862a0f75ffeb (diff) | |
download | systemtap-steved-974665688b988acc952c9a09c55079844c2bbc63.tar.gz systemtap-steved-974665688b988acc952c9a09c55079844c2bbc63.tar.xz systemtap-steved-974665688b988acc952c9a09c55079844c2bbc63.zip |
Add debuginfo path for self-built kernel in systemtap.base/debugpath.exp
-rw-r--r-- | testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | testsuite/systemtap.base/debugpath.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index a7c2b3f7..1d4985ac 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-05-30 Wenji Huang <wenji.huang@oracle.com> + + * systemtap.base/debugpath.exp: Add path for self-built kernel. + 2008-05-28 Josh Stone <joshua.i.stone@intel.com> PR 6529 diff --git a/testsuite/systemtap.base/debugpath.exp b/testsuite/systemtap.base/debugpath.exp index b0b12207..b6e5674b 100644 --- a/testsuite/systemtap.base/debugpath.exp +++ b/testsuite/systemtap.base/debugpath.exp @@ -10,7 +10,7 @@ expect { wait set test "debugpath-good" -spawn env SYSTEMTAP_DEBUGINFO_PATH=:/usr/lib/debug stap -e "probe kernel.function(\"sys_open\") {}" -p2 +spawn env SYSTEMTAP_DEBUGINFO_PATH=:/usr/lib/debug:build stap -e "probe kernel.function(\"sys_open\") {}" -p2 expect { -re {kernel.function.*pc=} { pass $test } timeout { fail "$test (timeout2)" } |