summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/README
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-10-13 11:55:11 -0400
committerDave Brolley <brolley@redhat.com>2009-10-13 11:55:11 -0400
commitf990359bd63bd4fc21e600e71c6a513d5b5b2ccb (patch)
tree16fb7638f2089476b2994ec7d8b2131e4a7b0b69 /testsuite/systemtap.examples/README
parent8f6d8c2bd3e5c1d2881e2ebe1c7ad5deb389e581 (diff)
parentba9abf303e1bed196668f103b2a17c48e3df70aa (diff)
downloadsystemtap-steved-f990359bd63bd4fc21e600e71c6a513d5b5b2ccb.tar.gz
systemtap-steved-f990359bd63bd4fc21e600e71c6a513d5b5b2ccb.tar.xz
systemtap-steved-f990359bd63bd4fc21e600e71c6a513d5b5b2ccb.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.examples/README')
-rw-r--r--testsuite/systemtap.examples/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/systemtap.examples/README b/testsuite/systemtap.examples/README
index 89586ece..cf500c54 100644
--- a/testsuite/systemtap.examples/README
+++ b/testsuite/systemtap.examples/README
@@ -88,9 +88,11 @@ examples. Discussions take place on the
system-wide or pid
arg_[0-9]+: Describe what the arguments into the script are. (optional)
description: A text description what the script does. (required)
- test_check: How to check that the example compiles.
+ test_support: How to check that the example is applicable. Run by 'sh -c COMMAND'.
+ (e.g. stap -l needed.probe)
+ test_check: How to check that the example compiles. Run by 'sh -c COMMAND'.
(e.g. stap -p4 iotime.stp)
- test_installcheck: How to check that the example runs.
+ test_installcheck: How to check that the example runs. Run by 'sh -c COMMAND'.
(e.g. stap iotime.stp -c "sleep 1")