diff options
author | William Cohen <wcohen@redhat.com> | 2009-02-12 23:08:21 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-02-12 23:08:21 -0500 |
commit | 57439678db34719d2795e84cbe1bb9ef2b537deb (patch) | |
tree | cfca1641fd932b46f023e720d7e0e0071ffe6a07 /testsuite | |
parent | 4bca766b4e1f3dfbda5be76c9502131ca0705adf (diff) | |
download | systemtap-steved-57439678db34719d2795e84cbe1bb9ef2b537deb.tar.gz systemtap-steved-57439678db34719d2795e84cbe1bb9ef2b537deb.tar.xz systemtap-steved-57439678db34719d2795e84cbe1bb9ef2b537deb.zip |
Correct entries for test_check and test_installcheck.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | testsuite/systemtap.examples/memory/kmalloc-top.meta | 4 |
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" |