mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-12 11:34:30 -05:00
New branch create test works
This commit is contained in:
@@ -117,6 +117,8 @@ teardown() {
|
||||
run dolt branch -a
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" =~ "newbranch" ]] || false
|
||||
|
||||
dolt checkout --track origin/newbranch
|
||||
}
|
||||
|
||||
@test "replication: push branch delete" {
|
||||
|
||||
Reference in New Issue
Block a user