mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-23 05:13:00 -05:00
Made dolt diff --stat -r sql an error
This commit is contained in:
@@ -888,5 +888,5 @@ EOF
|
||||
dolt sql -q "create table t (i int primary key);"
|
||||
run dolt diff --stat -r sql
|
||||
[ "$status" -eq 1 ]
|
||||
[[ "$output" =~ "diff stats are not supported for sql output" ]] || false
|
||||
[[ "$output" =~ "SQL format diffs only rendered for schema or data changes" ]] || false
|
||||
}
|
||||
Reference in New Issue
Block a user