diff options
author | Dave Brolley <brolley@redhat.com> | 2010-01-21 11:46:30 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2010-01-21 11:46:30 -0500 |
commit | cabde31c2b2e13d253f2ba70921d6f01a6278af1 (patch) | |
tree | 3bbcf9b696e4ab7405b67cf79d01c406d87a23eb /testsuite/parseko | |
parent | c32d53de58e44c31893fdc465d04fffdd98bc121 (diff) | |
parent | 4b5627b1afbdfb3f41d1d322e7fc0f8ebe69abe5 (diff) | |
download | systemtap-steved-cabde31c2b2e13d253f2ba70921d6f01a6278af1.tar.gz systemtap-steved-cabde31c2b2e13d253f2ba70921d6f01a6278af1.tar.xz systemtap-steved-cabde31c2b2e13d253f2ba70921d6f01a6278af1.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/parseko')
-rwxr-xr-x[-rw-r--r--] | testsuite/parseko/conditional.stp | 0 | ||||
-rwxr-xr-x | testsuite/parseko/preprocess16.stp | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/parseko/conditional.stp b/testsuite/parseko/conditional.stp index ee164548..ee164548 100644..100755 --- a/testsuite/parseko/conditional.stp +++ b/testsuite/parseko/conditional.stp diff --git a/testsuite/parseko/preprocess16.stp b/testsuite/parseko/preprocess16.stp new file mode 100755 index 00000000..364bad6f --- /dev/null +++ b/testsuite/parseko/preprocess16.stp @@ -0,0 +1,4 @@ +#! /bin/sh + +# recursive after the first token (PR11195) +stap -p1 -e 'probe begin {$1}' 'x $1' |