diff options
author | hunt <hunt> | 2007-09-25 16:37:00 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-09-25 16:37:00 +0000 |
commit | 2fcfa2929fd33f846947f48a805c0ef1bd828d29 (patch) | |
tree | 26faa8ee8a1fcca89e08fd05218ee89a98530139 /testsuite/systemtap.context/backtrace.tcl | |
parent | 571b8b3a2954893096143e0c79176cd649fca524 (diff) | |
download | systemtap-steved-2fcfa2929fd33f846947f48a805c0ef1bd828d29.tar.gz systemtap-steved-2fcfa2929fd33f846947f48a805c0ef1bd828d29.tar.xz systemtap-steved-2fcfa2929fd33f846947f48a805c0ef1bd828d29.zip |
2007-09-25 Martin Hunt <hunt@redhat.com>
* systemtap.context/backtrace.tcl: Handle single line timer.profile
backtraces.
Diffstat (limited to 'testsuite/systemtap.context/backtrace.tcl')
-rw-r--r-- | testsuite/systemtap.context/backtrace.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.context/backtrace.tcl b/testsuite/systemtap.context/backtrace.tcl index 8d63604d..b632870b 100644 --- a/testsuite/systemtap.context/backtrace.tcl +++ b/testsuite/systemtap.context/backtrace.tcl @@ -94,7 +94,7 @@ expect { incr m5 expect { -timeout 5 - -re {^ 0x[a-f0-9]+ : [^\r\n]+\r\n 0x[a-f0-9]+ : [^\r\n]+\r\n} { + -re {^ 0x[a-f0-9]+ : [^\r\n]+\r\n} { if {$m5 == 1} {incr m5} } } @@ -104,7 +104,7 @@ expect { incr m6 expect { -timeout 5 - -re {.*---\r\n 0x[a-f0-9]+ : [^\r\n]+\r\n 0x[a-f0-9]+ : [^\r\n]+\r\n} { + -re {.*---\r\n 0x[a-f0-9]+ : [^\r\n]+\r\n} { if {$m6 == 1} {incr m6} } } |