adding some debug output

This commit is contained in:
Jason Fulghum
2023-03-28 11:36:32 -07:00
parent da8bde5fe0
commit 97fa9e8706

View File

@@ -190,6 +190,7 @@ EOF
run dolt version
if [[ $output =~ "__DOLT__" ]]; then
run dolt merge other
echo "status: $status , output: $output \n"
[ $status -ne 0 ]
[[ $output =~ "table abc can't be automatically merged" ]] || false
else