mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-20 19:38:55 -05:00
Update ignore.bats
This commit is contained in:
@@ -85,7 +85,9 @@ SQL
|
||||
run dolt add -A
|
||||
|
||||
[ "$status" -eq 1 ]
|
||||
[ "$output" =~ "dolt_ignore has multiple conflicting rules for commit_ignore"
|
||||
[[ "$output" =~ "the table commit_ignore matches conflicting patterns in dolt_ignore" ]] || false
|
||||
[[ "$output" =~ "ignored: *_ignore" ]] || false
|
||||
[[ "$output" =~ "not ignored: commit_*" ]] || false
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user