summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-02-26 11:49:15 +1100
committerJesse Duffield <jessedduffield@gmail.com>2023-02-26 12:54:13 +1100
commitf7e8b2dd7194ef32f6644481c974602bd8059c9c (patch)
tree492a01ffb1367311bec75099cb21e5383e6ced0f /test
parent8b5d59c2380c9d4c78d148d8ee0cecdfa556f1f5 (diff)
cleanup integration test code
Diffstat (limited to 'test')
-rw-r--r--test/README.md2
-rwxr-xr-x[-rw-r--r--]test/files/pre-push (renamed from test/hooks/pre-push)0
-rw-r--r--test/global_git_config2
3 files changed, 4 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md
new file mode 100644
index 000000000..524429894
--- /dev/null
+++ b/test/README.md
@@ -0,0 +1,2 @@
+This directory contains some files used by out integration tests. The tests themselves live in [/pkg/integration/](/pkg/integration/). See [here](/pkg/integration/README.md) for more info
+
diff --git a/test/hooks/pre-push b/test/files/pre-push
index 3b758c1b1..3b758c1b1 100644..100755
--- a/test/hooks/pre-push
+++ b/test/files/pre-push
diff --git a/test/global_git_config b/test/global_git_config
index bfd11875c..f4f47c003 100644
--- a/test/global_git_config
+++ b/test/global_git_config
@@ -1,3 +1,5 @@
+# This is the global git config we use for all our integration tests
+
[user]
name = CI
email = CI@example.com