From b9b89db708326e9d93b861183e93748d94990170 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Thu, 10 Feb 2022 11:20:33 -0800 Subject: [PATCH] maybe were breaking the terminal? --- .circleci/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/run_tests.sh b/.circleci/run_tests.sh index 1150862..4307e42 100644 --- a/.circleci/run_tests.sh +++ b/.circleci/run_tests.sh @@ -17,8 +17,8 @@ pgbench -h 127.0.0.1 -p 6432 -t 500 -c 2 psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_insert.sql -psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_select.sql +psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_select.sql > /dev/null # psql -f tests/sharding/query_routing_test_validate.sql -psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_primary_replica.sql \ No newline at end of file +psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_primary_replica.sql > /dev/null \ No newline at end of file