diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-09-02 10:30:27 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-09-02 10:30:27 -0400 |
commit | cd79792f037f23d9636ab9b4097af11d0aa26aea (patch) | |
tree | 38da0ddeab7cc0b0d332894b0a634338f2cd3ca9 /testsuite/systemtap.base/global_end.exp | |
parent | e070cc9c2f207bdaac1f3ca2c0ac4e291185bff1 (diff) | |
parent | eebd7e0f235484ae0a6857fa41bda5dd61a2de68 (diff) | |
download | systemtap-steved-cd79792f037f23d9636ab9b4097af11d0aa26aea.tar.gz systemtap-steved-cd79792f037f23d9636ab9b4097af11d0aa26aea.tar.xz systemtap-steved-cd79792f037f23d9636ab9b4097af11d0aa26aea.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
* 'master' of ssh://sources.redhat.com/git/systemtap:
Fix semantic error caused by -P option in nodwarf testing.
revised for new publican build update
added all else
Display written but unread global statistics.
Diffstat (limited to 'testsuite/systemtap.base/global_end.exp')
-rw-r--r-- | testsuite/systemtap.base/global_end.exp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/global_end.exp b/testsuite/systemtap.base/global_end.exp index 08cf0dea..d066cf9d 100644 --- a/testsuite/systemtap.base/global_end.exp +++ b/testsuite/systemtap.base/global_end.exp @@ -16,8 +16,10 @@ expect { -re {gamma="abcdefghijklmnopqrstuvwxyz"} { incr ok; exp_continue } -re {iota."one".="eleven"} { incr ok; exp_continue } -re {iota."two".="twelve"} { incr ok; exp_continue } + -re {epsilon."one",1. @count=0x4 @min=0x1 @max=0x4 @sum=0xa @avg=0x2} { incr ok; exp_continue } + -re {epsilon."two",2. @count=0x4 @min=0xa @max=0x28 @sum=0x64 @avg=0x19} { incr ok; exp_continue } timeout { fail "$test (timeout)" } eof { } } wait -if {$ok == 8} { pass "$test ($ok)" } { fail "$test ($ok)" } +if {$ok == 10} { pass "$test ($ok)" } { fail "$test ($ok)" } |