mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-07 00:39:44 -06:00
bats/remotes.bats: Add skipped test; working docs are stomped on pull
This commit is contained in:
@@ -115,6 +115,7 @@ teardown() {
|
||||
dolt push test-remote master
|
||||
|
||||
cd dolt-repo-clones/test-repo
|
||||
echo "this text should remain after pull :p" > README.md
|
||||
run dolt pull
|
||||
[[ "$output" =~ "Updating" ]] || false
|
||||
run dolt log
|
||||
@@ -123,9 +124,9 @@ teardown() {
|
||||
run cat LICENSE.md
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" =~ "updated-license" ]] || false
|
||||
run cat README.md
|
||||
skip run cat README.md
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" =~ "readme-text" ]] || false
|
||||
[[ "$output" =~ "this text should remain after pull :p" ]] || false
|
||||
}
|
||||
|
||||
@test "clone a remote" {
|
||||
|
||||
Reference in New Issue
Block a user