summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/check.exp
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: robustify check_* invocation of examples metaFrank Ch. Eigler2009-10-081-6/+4
| | | | | | | | | testsuite/systemtap.examples/ * check.exp (extract_tag): Log extracted tags. Tolerate embedded '$'. (run_command): Pass through commands to sh -c without eval quoting. * README: Document "sh -c"-ness of check_* tags. * *.meta: Fix quoting, add a few check_support predicates.
* PR10604: check availability for example test casesWenji Huang2009-09-081-10/+30
| | | | | | | | | | | | * testsuite/systemtap.examples/check.exp: Handle with test_support. * testsuite/systemtap.examples/io/iostat-scsi.meta: Add meta-tag test_support. * testsuite/systemtap.examples/memory/mmanonpage.meta: Ditto. * testsuite/systemtap.examples/memory/mmfilepage.meta: Ditto. * testsuite/systemtap.examples/memory/mmreclaim.meta: Ditto. * testsuite/systemtap.examples/memory/mmwriteback.meta: Ditto. * testsuite/systemtap.examples/network/autofs4.meta: Ditto. * testsuite/systemtap.examples/network/dropwatch.meta: Ditto. * testsuite/systemtap.examples/process/schedtimes.meta: Ditto.
* Redirect stderr gets redircted so warnings don't let example script run fail.Mark Wielaard2008-08-111-1/+4
|
* Run both tests for installcheck tests.William Cohen2008-08-011-21/+23
|
* 2008-04-27 William Cohen <wcohen@redhat.com>William Cohen2008-04-281-0/+75
* check.exp: New script to run tests on cataloged examples.