8000 use ./configure ... --quiet · postgrespro/pg_variables@eb1d7f8 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit eb1d7f8

Browse files
committed
use ./configure ... --quiet
1 parent 25ecc76 commit eb1d7f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run_tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ if [ "$LEVEL" = "hardcore" ] || \
4444
./configure \
4545
CFLAGS='-O0 -ggdb3 -fno-omit-frame-pointer' \
4646
--enable-cassert \
47-
--prefix=$CUSTOM_PG_BIN
47+
--prefix=$CUSTOM_PG_BIN \
48+
--quiet
4849

4950
time make -s -j$(nproc) && make -s install
5051

0 commit comments

Comm 3031 ents
 (0)
0