summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-07-05 19:31:21 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-07-05 19:33:44 +1000
commit5bd3eedd7133310b3d3fef5e99d1c753c464a95e (patch)
tree6fbcc561c12ab546ab62e442c9cf005b96627b41
parenta99255c18b366cc30d94c909adfb0e063fdeea29 (diff)
update docs
-rw-r--r--docs/Integration_Tests.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Integration_Tests.md b/docs/Integration_Tests.md
index 03faa540a..3532e2e93 100644
--- a/docs/Integration_Tests.md
+++ b/docs/Integration_Tests.md
@@ -31,6 +31,11 @@ git add .
git commit -am "myfile1"
```
+Be sure to:
+
+- ensure that by the end of the test you've got at least one commit in the repo, as we've had issues in the past when that wasn't the case.
+- set the git user email and name as above so that your own user details aren't included in the snapshot.
+
## Running tests
### From a TUI