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