diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-03-06 22:08:07 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-03-06 22:08:07 -0500 |
commit | bf6c85c35a749ca8cc6bea20a7774d063c218938 (patch) | |
tree | c26fe5564d9348d8857e791ed0b8000ab8670303 /testsuite/systemtap.samples | |
parent | c108ad66d2218a1311b8891f1194d08179ae7c19 (diff) | |
parent | a4531d21d2457f2b0f8dc44cace9195f241041e9 (diff) | |
download | systemtap-steved-bf6c85c35a749ca8cc6bea20a7774d063c218938.tar.gz systemtap-steved-bf6c85c35a749ca8cc6bea20a7774d063c218938.tar.xz systemtap-steved-bf6c85c35a749ca8cc6bea20a7774d063c218938.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
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 +} |