typoe: remove leftover in comment
Version: 9.6.0-1
This commit is contained in:
parent
23f9d768a9
commit
041e748b02
@ -564,7 +564,6 @@ rm -f src/tutorial/GNUmakefile
|
|||||||
# Run 'make check' in WHERE path. When that command fails, return the logs
|
# Run 'make check' in WHERE path. When that command fails, return the logs
|
||||||
# given by PostgreSQL build system and set 'test_failure=1'. This function
|
# given by PostgreSQL build system and set 'test_failure=1'. This function
|
||||||
# never exits directly nor stops rpmbuild where `set -e` is enabled.
|
# never exits directly nor stops rpmbuild where `set -e` is enabled.
|
||||||
# all tests if possible).
|
|
||||||
run_testsuite()
|
run_testsuite()
|
||||||
{
|
{
|
||||||
make -k -C "$1" MAX_CONNECTIONS=5 check && return 0 || test_failure=1
|
make -k -C "$1" MAX_CONNECTIONS=5 check && return 0 || test_failure=1
|
||||||
|
Loading…
Reference in New Issue
Block a user