diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-10-08 17:18:51 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-10-08 17:22:52 -0400 |
commit | 6987cb4306107994d06b0e653b9eac97388056bc (patch) | |
tree | e2fd08360ecae16f250243e3e4979438e3aafe2c /testsuite/systemtap.examples/io/iostat-scsi.meta | |
parent | 2e2516781661f5a4b41e4dc79d423250e057f271 (diff) | |
download | systemtap-steved-6987cb4306107994d06b0e653b9eac97388056bc.tar.gz systemtap-steved-6987cb4306107994d06b0e653b9eac97388056bc.tar.xz systemtap-steved-6987cb4306107994d06b0e653b9eac97388056bc.zip |
testsuite: robustify check_* invocation of examples meta
testsuite/systemtap.examples/
* check.exp (extract_tag): Log extracted tags. Tolerate embedded '$'.
(run_command): Pass through commands to sh -c without eval quoting.
* README: Document "sh -c"-ness of check_* tags.
* *.meta: Fix quoting, add a few check_support predicates.
Diffstat (limited to 'testsuite/systemtap.examples/io/iostat-scsi.meta')
-rw-r--r-- | testsuite/systemtap.examples/io/iostat-scsi.meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/io/iostat-scsi.meta b/testsuite/systemtap.examples/io/iostat-scsi.meta index a5fe7a8f..6aa4c5d9 100644 --- a/testsuite/systemtap.examples/io/iostat-scsi.meta +++ b/testsuite/systemtap.examples/io/iostat-scsi.meta @@ -9,6 +9,6 @@ exit: user-controlled output: timed scope: system-wide description: The iostat-scsi.stp script provides a breakdown of the number of blks read and written on the machine's various SCSI devices. The script takes one argument which is the number of seconds between reports. -test_support: stap -l module("st").function("st_do_scsi")!,kernel.function("st_do_scsi") +test_support: stap -l 'module("st").function("st_do_scsi")!,kernel.function("st_do_scsi")' test_check: stap -g -p4 iostat-scsi.stp 1 test_installcheck: stap -g iostat-scsi.stp 1 -c "sleep 0.2" |