summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/fortytwo.stp
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-09-25 15:38:41 +0200
committerMark Wielaard <mjw@redhat.com>2009-09-25 15:38:41 +0200
commit8ff751a496bca1089f297adc0ff5ca65a0e6be24 (patch)
treee79dc7f142c486439d07a5331f9648f687c6d6ac /testsuite/buildok/fortytwo.stp
parente8a9b507f1235e7a86a8a37fe0fc08dc519b8001 (diff)
downloadsystemtap-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/fortytwo.stp')
-rwxr-xr-xtestsuite/buildok/fortytwo.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/fortytwo.stp b/testsuite/buildok/fortytwo.stp
index c37d19af..a59df7ab 100755
--- a/testsuite/buildok/fortytwo.stp
+++ b/testsuite/buildok/fortytwo.stp
@@ -7,7 +7,7 @@ set -e
fn="do_readv_writev@fs/read_write.c"
var="file"
-fullfn=`stap -p2 -e 'probe kernel.statement("'$fn'") {}' | grep kernel | cut -f2 -d'"'`
+fullfn=`stap -wp2 -e 'probe kernel.statement("'$fn'") {}' | grep kernel | cut -f2 -d'"'`
lineno=`echo $fullfn | cut -f2 -d:`
echo "$0: $fn found, starting line $lineno"