diff options
author | Christoph Berg | 2013-09-19 09:21:17 +0000 |
---|---|---|
committer | Christoph Berg | 2013-09-19 09:21:17 +0000 |
commit | ae97938ddbfb8ce0e7e971ec0b6eec5f8f5b4302 (patch) | |
tree | 68850068fd5615d6c909bde6ef24372e181ad227 /check_postgres.pl | |
parent | 3d5ff343d2ed8ebf8ef4bf786f037ad07938af28 (diff) |
Setting SKIP_NETWORK_TESTS will skip the new_version tests
Build daemons for Debian packages might not have network access, so
provide a way to disable the tests depeding on networking
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 77af60250..10e4c5c8e 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -9763,9 +9763,9 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). Install man page in section 1. (Peter Eisentraut, bug 53, github issue 26) - Order lock typs in check_locks output to make the ordering predictable; other - minor test suite fixes - (Christoph Berg) + Order lock typs in check_locks output to make the ordering predictable; + setting SKIP_NETWORK_TESTS will skip the new_version tests; other minor test + suite fixes. (Christoph Berg) =item B<Version 2.20.1> June 24, 2013 |