1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/.gitignore
David Steele 18db178ac3 Various improvements to the test suite:
* Allow logging to be suppressed via logDisable() and logEnable().
* Added more flexibility in initializing and cleaning up after modules and tests.
* testResult() suppresses logging and reports exceptions.
* testException() allows messages to be matched with regular expressions.
* Refactor name/locations of common modules that setup test environments.
2017-01-27 09:42:30 -05:00

13 lines
146 B
Plaintext

**/*~
*~
*.swp
test/test
test/.vagrant
test/package
test/nytprof.out
test/nytprof/*
test/scratch.txt
test/coverage*
doc/output/*
doc/doc/output/*