diff --git a/test/entrypoint.sh b/test/entrypoint.sh index 12d0397c4..a47fd2c9a 100755 --- a/test/entrypoint.sh +++ b/test/entrypoint.sh @@ -16,6 +16,9 @@ service rsyslog start # make sure we can reach the proxysql. ./test/wait-for-it.sh bproxysql 6032 +# make sure we can reach pkilint +./test/wait-for-it.sh bpkilint 80 + # create the database MYSQL_CONTAINER=1 $DIR/create_db.sh