diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-09-25 15:38:41 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-09-25 15:38:41 +0200 |
commit | 8ff751a496bca1089f297adc0ff5ca65a0e6be24 (patch) | |
tree | e79dc7f142c486439d07a5331f9648f687c6d6ac /testsuite/buildok/four.stp | |
parent | e8a9b507f1235e7a86a8a37fe0fc08dc519b8001 (diff) | |
download | systemtap-steved-8ff751a496bca1089f297adc0ff5ca65a0e6be24.tar.gz systemtap-steved-8ff751a496bca1089f297adc0ff5ca65a0e6be24.tar.xz systemtap-steved-8ff751a496bca1089f297adc0ff5ca65a0e6be24.zip |
Purge warnings from buildok testsuite.
* testsuite/buildok/fortysix.stp: Add -w.
* testsuite/buildok/fortytwo.stp: Likewise.
* testsuite/buildok/four.stp: Avoid empty begin.
* testsuite/buildok/memory-all-probes.stp: Add -w.
* testsuite/buildok/nfsd-all-probes.stp: Likewise.
* testsuite/buildok/nine.stp: Likewise.
* testsuite/buildok/one.stp: Use q.
* testsuite/buildok/printf.stp: Remove unused foo(), printf x.
* testsuite/buildok/process-all-probes.stp: Add -w.
* testsuite/buildok/scheduler-all-probes.stp: Likewise.
* testsuite/buildok/scsi-all-probes.stp: Likewise.
* testsuite/buildok/signal-all-probes.stp: Likewise.
* testsuite/buildok/sixteen.stp: log in foo().
* testsuite/buildok/socket-all-probes.stp: Add -w.
* testsuite/buildok/stat_insert.stp: Declare x, y global.
* testsuite/buildok/syscall.stp: Add -w.
* testsuite/buildok/tcp-all-probes.stp: Likewise.
* testsuite/buildok/thirtyone.stp: Likewise.
* testsuite/buildok/twentyeight.stp: log absolute.
* testsuite/buildok/twentyfour.stp: Add -w.
* testsuite/buildok/udp-all-probes.stp: Likewise.
* testsuite/buildok/vfs-all-probes.stp: Likewise.
Diffstat (limited to 'testsuite/buildok/four.stp')
-rwxr-xr-x | testsuite/buildok/four.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/four.stp b/testsuite/buildok/four.stp index 7ecbc5c8..d8b8eefd 100755 --- a/testsuite/buildok/four.stp +++ b/testsuite/buildok/four.stp @@ -8,5 +8,5 @@ probe module("ext3").function("*") ? /*to avoid empty file*/ probe begin { - + log("begin") } |