diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-05-27 18:33:22 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-05-27 18:33:22 -0400 |
commit | a2eab6ee228991f3ebfa5f628857ec6c703c85d1 (patch) | |
tree | f9f1b068302ce3b80d250a27b7a63782cf893f5f /testsuite/systemtap.samples | |
parent | 7938bd829dfd82c40b35d536b5913e666c1454d2 (diff) | |
download | systemtap-steved-a2eab6ee228991f3ebfa5f628857ec6c703c85d1.tar.gz systemtap-steved-a2eab6ee228991f3ebfa5f628857ec6c703c85d1.tar.xz systemtap-steved-a2eab6ee228991f3ebfa5f628857ec6c703c85d1.zip |
normalize test case PASS message
Diffstat (limited to 'testsuite/systemtap.samples')
-rw-r--r-- | testsuite/systemtap.samples/profile.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/profile.exp b/testsuite/systemtap.samples/profile.exp index dffac99d..da763053 100644 --- a/testsuite/systemtap.samples/profile.exp +++ b/testsuite/systemtap.samples/profile.exp @@ -12,4 +12,4 @@ expect { #FIXME does not handle case of hanging primes.stp correctly closewait -if {$ok > 0} { pass "$test ($ok)" } { fail "$test" } +if {$ok > 0} { pass $test } { fail $test } |