summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/postgres.exp
Commit message (Collapse)AuthorAgeFilesLines
* Add mysql.exp to test dtrace like support for mysql.Stan Cox2009-09-011-1/+1
| | | | * testsuite/systemtap.base/mysql.exp: New.
* Return, don't exit postgres.exp when unsupported.Mark Wielaard2009-08-271-1/+1
|
* Teach postgres.exp to use a locally built version of postgres.Stan Cox2009-08-271-62/+92
| | | | | * postgres.exp: Grab postgres from upstream then build and test it with uprobe, utrace, and kprobe.
* Two minor testcase fixes.David Smith2009-08-201-1/+1
| | | | | * testsuite/systemtap.base/poll_map.exp: Improved error handling. * testsuite/systemtap.base/postgres.exp: Fixed typo.
* * testsuite/systemtap.base/postgres.exp: New test for checking sdtStan Cox2009-08-191-0/+136
marker support as used by postgres. Currently assumes, and verifies, that postgres is installed in /usr/local