mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 02:59:34 -06:00
adding some debug output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user