updated bats comments

This commit is contained in:
Andy Arthur
2019-11-15 08:48:16 -08:00
parent 5aa709f229
commit 464f5155d0

View File

@@ -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 ]