Made dolt diff --stat -r sql an error

This commit is contained in:
Tim Sehn
2025-05-23 15:25:49 -07:00
parent b3cdeaa09a
commit 0d2a40e70f
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -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
}