diff options
author | dsmith <dsmith> | 2008-03-05 16:38:34 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2008-03-05 16:38:34 +0000 |
commit | d7da7f302a1bc5d801f336b39366a299ca4def22 (patch) | |
tree | 1d1cf768a3612bb7947b396fab8c44bfc7d9c09b /testsuite/systemtap.samples | |
parent | 979f400dad0159aab8c3aaa846db4ba312daef0a (diff) | |
download | systemtap-steved-d7da7f302a1bc5d801f336b39366a299ca4def22.tar.gz systemtap-steved-d7da7f302a1bc5d801f336b39366a299ca4def22.tar.xz systemtap-steved-d7da7f302a1bc5d801f336b39366a299ca4def22.zip |
2008-03-05 David Smith <dsmith@redhat.com>
PR5422
* systemtap.samples/examples.exp: Updated.
Diffstat (limited to 'testsuite/systemtap.samples')
-rwxr-xr-x | testsuite/systemtap.samples/examples.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.samples/examples.exp b/testsuite/systemtap.samples/examples.exp index d8c43ecd..a7200c59 100755 --- a/testsuite/systemtap.samples/examples.exp +++ b/testsuite/systemtap.samples/examples.exp @@ -1,7 +1,7 @@ foreach file [lsort [glob -nocomplain $srcdir/../examples/*.stp $srcdir/../examples/small_demos/*.stp]] { set test [file tail $file] switch $test { - {iostat-scsi.stp} {set cmd "stap -p4 $file 5"} + {iostat-scsi.stp} {set cmd "stap -p4 -g $file 5"} {sigmon.stp} {set cmd "stap -p4 -x 1234 $file SIGKILL"} {keyhack.stp} {set cmd "stap -p4 -g $file"} default {set cmd "stap -p4 $file"} @@ -9,4 +9,4 @@ foreach file [lsort [glob -nocomplain $srcdir/../examples/*.stp $srcdir/../examp verbose -log "Running $cmd" set rc [catch {eval "exec $cmd"} baz] if {$rc} { fail $test; verbose -log $baz } else { pass $test } -}
\ No newline at end of file +} |