summaryrefslogtreecommitdiff
path: root/src/test/perl
AgeCommit message (Expand)Author
2016-09-23Install TAP test infrastructure so it's available for extension testing.Tom Lane
2015-12-08Avoid odd portability problem in TestLib.pm's slurp_file function.Tom Lane
2015-12-05Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.Tom Lane
2015-11-17Back-patch fixes to make TAP tests work on Windows.Tom Lane
2015-10-12Sigh, need "use Config" as well.Tom Lane
2015-10-12Cause TestLib.pm to define $windows_os in all branches.Tom Lane
2015-07-28Make tap tests store postmaster logs and handle vpaths correctlyAndrew Dunstan
2015-07-28Improve logging of TAP tests.Andrew Dunstan
2014-12-18Fix previous commit for TAP test suites in VPATH builds.Noah Misch
2014-12-18Lock down regression testing temporary clusters on Windows.Noah Misch
2014-11-02Add configure --enable-tap-tests optionPeter Eisentraut
2014-10-29Remove use of TAP subtestsPeter Eisentraut
2014-10-26Fix TAP tests with Perl 5.12Peter Eisentraut
2014-09-11Handle old versions of Test::MorePeter Eisentraut
2014-07-24Fix TAP installcheck tests when current directory name contains spacesPeter Eisentraut
2014-07-22Unset some local environment variables in TAP testsPeter Eisentraut
2014-07-03Use a separate temporary directory for the Unix-domain socketPeter Eisentraut
2014-07-03Support vpath builds in TAP testsPeter Eisentraut
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-15Add TAP tests for client programsPeter Eisentraut