We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7139d23 commit f07f84cCopy full SHA for f07f84c
.test/run.sh
@@ -62,7 +62,7 @@ runandwait()
62
do
63
(( waiting-- ))
64
sleep 1
65
- if ! docker exec -i "$cid" $mariadb -h localhost --protocol tcp -P 3306 -e 'select 1' 2>&1 | grep -F "Can't connect" > /dev/null
+ if ! docker exec -i "$cid" "$mariadb" -h localhost --protocol tcp -P 3306 -e 'select 1' 2>&1 | grep -F "Can't connect" > /dev/null
66
then
67
break
68
fi
0 commit comments