Skip to content

Commit 9d51fe8

Browse files
committed
print whats going on
1 parent 12011be commit 9d51fe8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/run_tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
#!/bin/bash
22

33
set -e
4+
set -o xtrace
45

56
./target/debug/pgcat &
67

78
sleep 1
89

9-
psql -f tests/sharding/query_routing_setup.sql
10+
psql -h 127.0.0.1 -p 5432 -f tests/sharding/query_routing_setup.sql
1011

1112
# Setup PgBench
1213
pgbench -i -h 127.0.0.1 -p 6432

0 commit comments

Comments
 (0)