Fixing merge compatibility test

This commit is contained in:
Jason Fulghum
2023-03-28 16:41:05 -07:00
parent 7e2113e350
commit 95ab8dc6be

View File

@@ -191,8 +191,9 @@ EOF
if [[ $output =~ "__DOLT__" ]]; then
run dolt merge other
echo "status: $status , output: $output \n"
[ $status -ne 0 ]
[ $status -eq 0 ]
[[ $output =~ "Merge conflict in abc" ]] || false
[[ $output =~ "Automatic merge failed" ]] || false
else
# throws a conflict
dolt merge other