From 57439678db34719d2795e84cbe1bb9ef2b537deb Mon Sep 17 00:00:00 2001 From: William Cohen Date: Thu, 12 Feb 2009 23:08:21 -0500 Subject: [PATCH] Correct entries for test_check and test_installcheck. --- testsuite/ChangeLog | 4 ++++ testsuite/systemtap.examples/memory/kmalloc-top.meta | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index 015ee3d30..4a934e81b 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-02-10 Will Cohen + + * systemtap.examples/memory/kmalloc-top.meta: Correct testing commands. + 2009-02-10 Will Cohen * systemtap.samples/pfaults.exp: diff --git a/testsuite/systemtap.examples/memory/kmalloc-top.meta b/testsuite/systemtap.examples/memory/kmalloc-top.meta index 2dfbf8988..93308909b 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" -- 2.43.5