Skip to content

Commit b9b89db

Browse files
committed
maybe were breaking the terminal?
1 parent 604af32 commit b9b89db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ pgbench -h 127.0.0.1 -p 6432 -t 500 -c 2
1717

1818
psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_insert.sql
1919

20-
psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_select.sql
20+
psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_select.sql > /dev/null
2121

2222
# psql -f tests/sharding/query_routing_test_validate.sql
2323

24-
psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_primary_replica.sql
24+
psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_primary_replica.sql > /dev/null

0 commit comments

Comments
 (0)