mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-05 16:15:41 -06:00
Removed redundant feature version test (we check this in setup in many places already)
This commit is contained in:
@@ -14,14 +14,6 @@ get_head_commit() {
|
||||
dolt log -n 1 | grep -m 1 commit | cut -c 13-44
|
||||
}
|
||||
|
||||
@test "status: dolt version --feature" {
|
||||
# bump this test with feature version bumps
|
||||
run dolt version --feature
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" =~ "dolt version" ]] || false
|
||||
[[ "$output" =~ "feature version: 4" ]] || false
|
||||
}
|
||||
|
||||
@test "status: no changes" {
|
||||
run dolt status
|
||||
[ "$status" -eq 0 ]
|
||||
|
||||
Reference in New Issue
Block a user