We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b1da2 commit ed780d3Copy full SHA for ed780d3
yezzey_test/run_tests.sh
@@ -61,7 +61,7 @@ gpstop -a -i && gpstart -a
61
createdb $USER
62
63
#run yproxy in daemon mode
64
-/usr/bin/yproxy -c /tmp/yproxy.yaml -ldebug &
+/usr/bin/yproxy -c /tmp/yproxy.yaml -ldebug > /dev/null 2>&1 &
65
66
# Run tests
67
psql postgres -f ./gpcontrib/yezzey/test/regress/expirity.sql
0 commit comments