diff options
author | fche <fche> | 2006-11-19 19:39:35 +0000 |
---|---|---|
committer | fche <fche> | 2006-11-19 19:39:35 +0000 |
commit | f59e98c4e44dabd7e6d85a6560b4b12ccbfe4e73 (patch) | |
tree | 69d8d3a53a8a3e4e623d6fbb06a76cb88cd56073 /testsuite | |
parent | fbec2ab76beb52878de6bb275ed1ed8d8f819c34 (diff) | |
download | systemtap-steved-f59e98c4e44dabd7e6d85a6560b4b12ccbfe4e73.tar.gz systemtap-steved-f59e98c4e44dabd7e6d85a6560b4b12ccbfe4e73.tar.xz systemtap-steved-f59e98c4e44dabd7e6d85a6560b4b12ccbfe4e73.zip |
2006-11-19 Frank Ch. Eigler <fche@elastic.org>
* main.cxx (main): Signal parse error if a tapset script
is given as the user script.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/ChangeLog | 4 | ||||
-rwxr-xr-x | testsuite/parseko/twentythree.stp | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index 550297e8..ea0d9ba7 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-11-19 Frank Ch. Eigler <fche@elastic.org> + + * parseko/twentythree.stp: New test for running tapset file. + 2006-11-17 Frank Ch. Eigler <fche@redhat.com> * semko/thirtysix.stp, transko/three.stp: New tests. diff --git a/testsuite/parseko/twentythree.stp b/testsuite/parseko/twentythree.stp new file mode 100755 index 00000000..ee941d61 --- /dev/null +++ b/testsuite/parseko/twentythree.stp @@ -0,0 +1,3 @@ +#! /bin/sh + +./stap -p1 $SYSTEMTAP_TAPSET/indent.stp |