diff options
author | dsmith <dsmith> | 2006-06-02 15:54:26 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2006-06-02 15:54:26 +0000 |
commit | 277c1957c614aa4c56a5e192e893471e3a964cc4 (patch) | |
tree | 3a81e58bc53afddd7c1c98035a988a2d024a2843 /testsuite/parseko/cmdline02.stp | |
parent | 3b308385ab9aa306eabac5fa6b67ef9e17106e98 (diff) | |
download | systemtap-steved-277c1957c614aa4c56a5e192e893471e3a964cc4.tar.gz systemtap-steved-277c1957c614aa4c56a5e192e893471e3a964cc4.tar.xz systemtap-steved-277c1957c614aa4c56a5e192e893471e3a964cc4.zip |
2006-06-02 David Smith <dsmith@redhat.com>
* main.cxx (usage): Added exitcode parameter.
(main): Improved a few error messages. Also, when an error is
given, stap now always exits with a status of 1.
* testsuite/buildok/cmdline01.stp: New test.
* testsuite/parseko/cmdline01.stp: Ditto.
* testsuite/parseko/cmdline02.stp: Ditto.
* testsuite/parseko/cmdline03.stp: Ditto.
* testsuite/parseko/cmdline04.stp: Ditto.
* testsuite/parseko/cmdline05.stp: Ditto.
* testsuite/parseko/cmdline06.stp: Ditto.
* testsuite/parseok/cmdline01.stp: Ditto.
* testsuite/parseok/cmdline02.stp: Ditto.
Diffstat (limited to 'testsuite/parseko/cmdline02.stp')
-rwxr-xr-x | testsuite/parseko/cmdline02.stp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/parseko/cmdline02.stp b/testsuite/parseko/cmdline02.stp new file mode 100755 index 00000000..57289c2d --- /dev/null +++ b/testsuite/parseko/cmdline02.stp @@ -0,0 +1,8 @@ +#!/bin/sh + +# -sNUM Use NUM megabyte buffers for kernel-to-user data transfer. On a +# multiprocessor in bulk mode, this is a per-processor amount. +# +# NUM must be between 1 and 64 + +./stap -p1 -s 0 -e 'probe begin { exit() }' |