Skip to content

Commit 959ab9e

Browse files
updated readme
1 parent 5667f12 commit 959ab9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bats/compatibility/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ and the repositories created with those versions.
1818
The BATS tests used to verify compatibility are inherently fragile.
1919
Our primary integration tests in `/dolt/bats/` setup and tear down their environment for each test.
2020
Because the tests rely on creating a repo with one version of Dolt and running BATS tests with a different version,
21-
we cannot isolate their environment without building Dolt twice per test.
21+
we cannot isolate their environment without building Dolt twice per test or setting up a different Dolt repo per test.
2222
The initial version of these tests does all write operations in the `setup_repo.sh` script, and limits state modifications
2323
within the BATS test to `dolt checkout` branch changes. Take care when editing the BATS tests to follow this pattern.

0 commit comments

Comments
 (0)