diff options
author | Rajan Arora <rarora@redhat.com> | 2008-10-09 19:58:30 -0400 |
---|---|---|
committer | Rajan Arora <rarora@redhat.com> | 2008-10-09 19:58:30 -0400 |
commit | 1b1b4cebda9ceaa7a2a2b695a32ecb2588045076 (patch) | |
tree | d40f4da6cd854250b2523ddc5ab0563efef050d7 /testsuite/parseko | |
parent | e2607b19ce56830d64affed6a8ab169697bf2ccf (diff) | |
download | systemtap-steved-1b1b4cebda9ceaa7a2a2b695a32ecb2588045076.tar.gz systemtap-steved-1b1b4cebda9ceaa7a2a2b695a32ecb2588045076.tar.xz systemtap-steved-1b1b4cebda9ceaa7a2a2b695a32ecb2588045076.zip |
Display source context for error and warning messages (6701)
Diffstat (limited to 'testsuite/parseko')
-rwxr-xr-x | testsuite/parseko/source_context.stp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/parseko/source_context.stp b/testsuite/parseko/source_context.stp new file mode 100755 index 00000000..403b203b --- /dev/null +++ b/testsuite/parseko/source_context.stp @@ -0,0 +1,5 @@ +probe timer.ms(123) +{ +printf("Probe successful\n") + eeexit () +} |