]> sourceware.org Git - systemtap.git/commitdiff
2006-02-01 Frank Ch. Eigler <fche@elastic.org> release-0.5.4
authorfche <fche>
Wed, 1 Feb 2006 23:44:19 +0000 (23:44 +0000)
committerfche <fche>
Wed, 1 Feb 2006 23:44:19 +0000 (23:44 +0000)
* testsuite/semko/one.stp: Make sure test case stays broken.

ChangeLog
testsuite/semko/one.stp

index a0dbe4c58e1930a51cd8430d8c13d4090d9f9394..cfcb2a2404dc9c297a01aff209927977cacf857a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-01  Frank Ch. Eigler  <fche@elastic.org>
+
+       * testsuite/semko/one.stp: Make sure test case stays broken.
+
 2006-02-01  Martin Hunt  <hunt@redhat.com>
 
        * stapfuncs.5.in: Document is_return(), returnval() and
index 324dee7c0d29101de47c5471434dd599caa254ed..549bc1e57fec67f0f7b546a8fbe399d3bc3e0dc7 100755 (executable)
@@ -1,8 +1,8 @@
-#! stap -p2
+#! stap -up2
 
 function stamp (syscall)
 {
   # no return expression => unknown function type
 }
 
-probe syscall.read { stamp ("read"); }
+probe begin { a = stamp ("read"); }
This page took 0.035401 seconds and 5 git commands to generate.