From 041e748b024dbcb47fb4ecd6618950d73e0b9b34 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sun, 2 Oct 2016 14:17:32 +0200 Subject: [PATCH] typoe: remove leftover in comment Version: 9.6.0-1 --- postgresql.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/postgresql.spec b/postgresql.spec index 5e34a19..c781c53 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -564,7 +564,6 @@ rm -f src/tutorial/GNUmakefile # 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 # never exits directly nor stops rpmbuild where `set -e` is enabled. -# all tests if possible). run_testsuite() { make -k -C "$1" MAX_CONNECTIONS=5 check && return 0 || test_failure=1