mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-29 10:41:05 -06:00
reduce scope of assert_feature_version
This commit is contained in:
@@ -6,7 +6,7 @@ setup() {
|
||||
}
|
||||
|
||||
teardown() {
|
||||
rm -rf "$BATS_TMPDIR/dolt-repo-$$"
|
||||
teardown_common
|
||||
}
|
||||
|
||||
# client FeatureVersion must be >= repo FeatureVersion to read
|
||||
|
||||
@@ -52,7 +52,6 @@ setup_common() {
|
||||
}
|
||||
|
||||
teardown_common() {
|
||||
assert_feature_version
|
||||
rm -rf "$BATS_TMPDIR/dolt-repo-$$"
|
||||
}
|
||||
|
||||
|
||||
@@ -48,6 +48,7 @@ SQL
|
||||
}
|
||||
|
||||
teardown() {
|
||||
assert_feature_version
|
||||
teardown_common
|
||||
}
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ setup() {
|
||||
}
|
||||
|
||||
teardown() {
|
||||
assert_feature_version
|
||||
teardown_common
|
||||
}
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@ SQL
|
||||
}
|
||||
|
||||
teardown() {
|
||||
assert_feature_version
|
||||
teardown_common
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user