Skip to content

Commit

Permalink
Document the run_tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
ringerc committed Aug 4, 2016
1 parent 9749ef3 commit eaedd2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions run_tests.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
#!/usr/bin/env bash
#
# This is a wrapper to allow BDR to run pg_regress etc with a custom
# config file, the needed extensions installed, etc. It works around the
# lack of needed pg_regress features in 9.4.
#
# Don't call this directly, use "make regresscheck", "make isolationcheck", etc
# or just "make check"
#

set -e
#set -x
Expand Down

0 comments on commit eaedd2f

Please sign in to comment.