Skip to content

Commit

Permalink
Update check-postgresql/test.sh
Browse files Browse the repository at this point in the history
Co-authored-by: yseto <yseto@users.noreply.github.com>
  • Loading branch information
lufia and yseto committed May 18, 2020
1 parent 15744ed commit 11397dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-postgresql/test.sh
Expand Up @@ -24,7 +24,7 @@ docker run -d \
trap 'docker stop test-$plugin; docker rm test-$plugin; exit' EXIT
sleep 10

if $plugin --port 15432 --user=$user --password=$password >/dev/null 2>&1
if $plugin connection --port 15432 --user=$user --password=$password >/dev/null 2>&1
then
echo OK
else
Expand Down

0 comments on commit 11397dd

Please sign in to comment.