mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-19 19:21:44 -05:00
added BATS helper skip_nbf_dolt_1
This commit is contained in:
@@ -14,6 +14,8 @@ CREATE TABLE test (
|
||||
PRIMARY KEY (pk)
|
||||
);
|
||||
SQL
|
||||
|
||||
skip_nbf_dolt_1
|
||||
}
|
||||
|
||||
teardown() {
|
||||
|
||||
@@ -55,6 +55,12 @@ assert_feature_version() {
|
||||
fi
|
||||
}
|
||||
|
||||
skip_nbf_dolt_1() {
|
||||
if [ "$DOLT_DEFAULT_BIN_FORMAT" = "__DOLT_1__" ]; then
|
||||
skip "skipping test for nomsBinFormat __DOLT_1__"
|
||||
fi
|
||||
}
|
||||
|
||||
setup_common() {
|
||||
setup_no_dolt_init
|
||||
dolt init
|
||||
|
||||
Reference in New Issue
Block a user