mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-19 11:10:45 -05:00
updated bats comments
This commit is contained in:
@@ -154,7 +154,7 @@ teardown() {
|
||||
dolt add test
|
||||
dolt commit -m "Reconciled with newbranch"
|
||||
|
||||
# confirm difference was reconciled
|
||||
# confirm that both branches have the same content
|
||||
run dolt diff --sql newbranch firstbranch
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" = "" ]] || false
|
||||
@@ -184,7 +184,7 @@ teardown() {
|
||||
dolt add test
|
||||
dolt commit -m "Reconciled with newbranch"
|
||||
|
||||
# confirm difference was reconciled
|
||||
# confirm that both branches have the same content
|
||||
run dolt diff --sql newbranch firstbranch
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" = "" ]] || false
|
||||
@@ -214,7 +214,7 @@ teardown() {
|
||||
dolt add test
|
||||
dolt commit -m "Reconciled with newbranch"
|
||||
|
||||
# confirm difference was reconciled
|
||||
# confirm that both branches have the same content
|
||||
run dolt diff --sql newbranch firstbranch
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" = "" ]] || false
|
||||
@@ -239,7 +239,7 @@ teardown() {
|
||||
dolt add test
|
||||
dolt commit -m "Reconciled with newbranch"
|
||||
|
||||
# confirm difference was reconciled
|
||||
# confirm that both branches have the same content
|
||||
dolt diff --sql newbranch firstbranch
|
||||
run dolt diff --sql newbranch firstbranch
|
||||
[ "$status" -eq 0 ]
|
||||
@@ -268,7 +268,7 @@ teardown() {
|
||||
dolt add test
|
||||
dolt commit -m "Reconciled with newbranch"
|
||||
|
||||
# confirm difference was reconciled
|
||||
# confirm that both branches have the same content
|
||||
dolt diff --sql newbranch firstbranch
|
||||
run dolt diff --sql newbranch firstbranch
|
||||
[ "$status" -eq 0 ]
|
||||
@@ -299,7 +299,7 @@ teardown() {
|
||||
dolt add test
|
||||
dolt commit -m "Reconciled with newbranch"
|
||||
|
||||
# confirm difference was reconciled
|
||||
# confirm that both branches have the same content
|
||||
run dolt diff --sql newbranch firstbranch
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" = "" ]] || false
|
||||
@@ -329,7 +329,7 @@ teardown() {
|
||||
dolt add .
|
||||
dolt commit -m "Reconciled with newbranch"
|
||||
|
||||
# confirm difference was reconciled
|
||||
# confirm that both branches have the same content
|
||||
run dolt diff --sql newbranch firstbranch
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" = "" ]] || false
|
||||
@@ -360,7 +360,7 @@ teardown() {
|
||||
dolt add .
|
||||
dolt commit -m "Reconciled with newbranch"
|
||||
|
||||
# confirm difference was reconciled
|
||||
# confirm that both branches have the same content
|
||||
run dolt diff --sql newbranch firstbranch
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" = "" ]] || false
|
||||
@@ -389,7 +389,7 @@ teardown() {
|
||||
dolt add test
|
||||
dolt commit -m "Reconciled with newbranch"
|
||||
|
||||
# confirm difference was reconciled
|
||||
# confirm that both branches have the same content
|
||||
dolt diff --sql newbranch firstbranch
|
||||
run dolt diff --sql newbranch firstbranch
|
||||
[ "$status" -eq 0 ]
|
||||
|
||||
Reference in New Issue
Block a user