Skip to content

Commit ed780d3

Browse files
authored
Update run_tests.sh: omit yproxy output
1 parent 96b1da2 commit ed780d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yezzey_test/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ gpstop -a -i && gpstart -a
6161
createdb $USER
6262

6363
#run yproxy in daemon mode
64-
/usr/bin/yproxy -c /tmp/yproxy.yaml -ldebug &
64+
/usr/bin/yproxy -c /tmp/yproxy.yaml -ldebug > /dev/null 2>&1 &
6565

6666
# Run tests
6767
psql postgres -f ./gpcontrib/yezzey/test/regress/expirity.sql

0 commit comments

Comments
 (0)