mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-22 11:29:06 -05:00
update bats for format flip
This commit is contained in:
@@ -64,7 +64,9 @@ assert_feature_version() {
|
||||
}
|
||||
|
||||
skip_nbf_dolt() {
|
||||
if [ "$DOLT_DEFAULT_BIN_FORMAT" = "__DOLT__" ]; then
|
||||
if [ ! "$DOLT_DEFAULT_BIN_FORMAT" = "__LD_1__" ] &&
|
||||
[ ! "$DOLT_DEFAULT_BIN_FORMAT" = "__DOLT_DEV__" ];
|
||||
then
|
||||
skip "skipping test for nomsBinFormat __DOLT__"
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
load $BATS_TEST_DIRNAME/helper/common.bash
|
||||
|
||||
setup() {
|
||||
skip_nbf_dolt
|
||||
skip_nbf_dolt_dev
|
||||
|
||||
TARGET_NBF="__DOLT__"
|
||||
setup_common
|
||||
setup_no_dolt_init
|
||||
dolt init --old-format
|
||||
}
|
||||
|
||||
teardown() {
|
||||
|
||||
Reference in New Issue
Block a user