summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuite/ChangeLog4
-rw-r--r--testsuite/systemtap.examples/memory/kmalloc-top.meta4
2 files changed, 6 insertions, 2 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index 015ee3d3..4a934e81 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,4 +1,8 @@
2009-02-10 Will Cohen <wcohen@redhat.com>
+
+ * systemtap.examples/memory/kmalloc-top.meta: Correct testing commands.
+
+2009-02-10 Will Cohen <wcohen@redhat.com>
* systemtap.samples/pfaults.exp:
* systemtap.samples/pfaults.stp: Removed.
diff --git a/testsuite/systemtap.examples/memory/kmalloc-top.meta b/testsuite/systemtap.examples/memory/kmalloc-top.meta
index 2dfbf898..93308909 100644
--- a/testsuite/systemtap.examples/memory/kmalloc-top.meta
+++ b/testsuite/systemtap.examples/memory/kmalloc-top.meta
@@ -9,5 +9,5 @@ exit: user-controlled
output: sorted-list
scope: system-wide
description: The kmalloc-top perl program runs a small systemtap script to collect stack traces for each call to the kmalloc function and counts the time that each stack trace is observed. When kmalloc-top exits it prints out sorted list. The output can be be filtered to print only only the first stack traces (-t) stack traces with more a minimum counts (-m), or exclude certain stack traces (-e).
-test_check: kmalloc-top -o "-p4" -c "sleep 0"
-test_installcheck: kmalloc-top -c "sleep 1"
+test_check: ./kmalloc-top -o "-p4" -c "sleep 0"
+test_installcheck: ./kmalloc-top -c "sleep 1"