diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2007-10-21 16:34:49 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2007-10-21 16:34:49 -0400 |
commit | 24993e4fcae48ca014e6b53f3f9a011c9cfa8f06 (patch) | |
tree | 90080b050ab62e79e7d111cc764a75dba91ad485 /testsuite/systemtap.samples | |
parent | 11088605d9c0ab753e613b9ae52b6e59948cfc83 (diff) | |
parent | f994dd4997067ca69b3b10ff8fa1547987aed585 (diff) | |
download | systemtap-steved-24993e4fcae48ca014e6b53f3f9a011c9cfa8f06.tar.gz systemtap-steved-24993e4fcae48ca014e6b53f3f9a011c9cfa8f06.tar.xz systemtap-steved-24993e4fcae48ca014e6b53f3f9a011c9cfa8f06.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.samples')
-rw-r--r-- | testsuite/systemtap.samples/pfaults.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.samples/profile.exp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.samples/pfaults.exp b/testsuite/systemtap.samples/pfaults.exp index 7675078c..2cab7c14 100644 --- a/testsuite/systemtap.samples/pfaults.exp +++ b/testsuite/systemtap.samples/pfaults.exp @@ -1,7 +1,7 @@ set test "pfaults" if {![installtest_p]} { untested $test; return } -spawn stap -g $srcdir/$subdir/pfaults.stp +spawn stap -DMAXACTION=10000 -g $srcdir/$subdir/pfaults.stp set pid $spawn_id set ok 0 expect { diff --git a/testsuite/systemtap.samples/profile.exp b/testsuite/systemtap.samples/profile.exp index 249a1589..9ca9da15 100644 --- a/testsuite/systemtap.samples/profile.exp +++ b/testsuite/systemtap.samples/profile.exp @@ -1,7 +1,7 @@ set test "profile" if {![installtest_p]} { untested $test; return } -spawn stap $srcdir/$subdir/profile.stp +spawn stap -DMAXMAPENTRIES=10000 $srcdir/$subdir/profile.stp set ok 0 expect { -timeout 360 |