From 2fcfa2929fd33f846947f48a805c0ef1bd828d29 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 25 Sep 2007 16:37:00 +0000 Subject: 2007-09-25 Martin Hunt * systemtap.context/backtrace.tcl: Handle single line timer.profile backtraces. --- testsuite/systemtap.context/backtrace.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/systemtap.context/backtrace.tcl') 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} } } -- cgit