summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-09-06 10:53:19 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-09-06 10:53:19 -0400
commit98f007e6f2c276b1e2faaca1bd7a2460cec17c3a (patch)
tree1fb0e1c0a7ae03944373ea11c779cf18b1e59e10
parentcec7293bd301b4737da7abe8d1b70b9689fd3f00 (diff)
downloadsystemtap-steved-98f007e6f2c276b1e2faaca1bd7a2460cec17c3a.tar.gz
systemtap-steved-98f007e6f2c276b1e2faaca1bd7a2460cec17c3a.tar.xz
systemtap-steved-98f007e6f2c276b1e2faaca1bd7a2460cec17c3a.zip
PR6871: temporarily weaken the uprobe test since $$parms are unreliable
-rwxr-xr-xtestsuite/systemtap.base/uprobes.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.base/uprobes.stp b/testsuite/systemtap.base/uprobes.stp
index 957cbe16..d7efb586 100755
--- a/testsuite/systemtap.base/uprobes.stp
+++ b/testsuite/systemtap.base/uprobes.stp
@@ -1,3 +1,3 @@
#! stap -p4
-probe process("./jennie").function("main").call { log (pp() . " " . $$parms) }
-probe process("./jennie").function("main").return { log (pp() . " " . $$return) }
+probe process("./jennie").function("main").call { log(pp()." "/*.$$parms*/) }
+probe process("./jennie").function("main").return { log(pp()." "/*.$$return*/) }