Skip to content

Commit 7f52ad8

Browse files
committed
Remove unneeded kill
1 parent a8ef6e6 commit 7f52ad8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/run_tests.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,8 @@ python3 tests/python/tests.py || exit 1
111111

112112
#
113113
# Go tests
114-
# Starts its own pgcat server and therefore needs to kill existing pgcat server before starting
114+
# Starts its own pgcat server
115115
#
116-
kill -SIGINT $(pgrep pgcat)
117-
118116
pushd tests/go
119117
/usr/local/go/bin/go test || exit 1
120118
popd

0 commit comments

Comments
 (0)