mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-13 19:29:58 -05:00
fix err match
This commit is contained in:
@@ -460,7 +460,7 @@ EOF
|
||||
echo "DEBUG: Container logs:"
|
||||
docker logs "$cname" >/tmp/${cname}.log 2>&1 || true
|
||||
cat /tmp/${cname}.log
|
||||
[[ "$(cat /tmp/"${cname}".log)" =~ "Failed to load the global config|invalid character|JSON|syntax error" ]] || false
|
||||
[[ "$(cat /tmp/"${cname}".log)" =~ "Failed to load the global config" ]] || false
|
||||
|
||||
# Cleanup
|
||||
rm -rf /tmp/test-config
|
||||
|
||||
Reference in New Issue
Block a user