mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 19:09:34 -06:00
Updating error message check in BATS test
This commit is contained in:
@@ -161,7 +161,7 @@ EOF
|
||||
|
||||
run dolt --user=dolt --password=wrongpassword sql -q "select 1"
|
||||
[ "$status" -eq 1 ]
|
||||
run grep 'Error authenticating user using MySQL native password' log.txt
|
||||
run grep 'Error authenticating user' log.txt
|
||||
[ "$status" -eq 0 ]
|
||||
[ "${#lines[@]}" -eq 2 ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user