From e26b350f43a7356deb96b8382b0e2acfa89f6b6d Mon Sep 17 00:00:00 2001 From: dsmith Date: Fri, 10 Nov 2006 16:51:10 +0000 Subject: 2006-11-10 David Smith * semko/maxactive03.stp: Stop on pass2 instead of on pass1. * lib/stap_run.exp: As a side-effect, stap_run() sets global 'probe_errors' and 'skipped_probes' to the number of probe errors and skipped probes seen while running the probe. * systemtap.base/maxactive.exp: Uses extended stap_run() to find number of skipped probes instead of using private stap_run() variant. --- testsuite/semko/maxactive03.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/semko/maxactive03.stp') diff --git a/testsuite/semko/maxactive03.stp b/testsuite/semko/maxactive03.stp index 35deecd8..89198e43 100755 --- a/testsuite/semko/maxactive03.stp +++ b/testsuite/semko/maxactive03.stp @@ -1,4 +1,4 @@ -#!./stap -p1 +#!./stap -p2 # maxactive on a timer probe -- cgit