update bats for format flip

This commit is contained in:
Andy Arthur
2022-09-30 08:42:12 -07:00
parent 5a76dd222e
commit b79a10985c
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -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 -2
View File
@@ -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() {