aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-02 19:25:55 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-02 19:26:21 +0100
commit4f7d1526ad46a5f02a9e782d80ace5b7ea09c83b (patch)
treefa3ddf39a30c233057ed0b5b7ca66953909f3763
parentREADME: update (diff)
downloadconfig-links-4f7d1526ad46a5f02a9e782d80ace5b7ea09c83b.tar.gz
config-links-4f7d1526ad46a5f02a9e782d80ace5b7ea09c83b.zip
Makefile: add a comment
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b5c8269..054e75b 100644
--- a/Makefile
+++ b/Makefile
@@ -42,5 +42,9 @@ test/docker/%: DO
docker-compose run --rm test && \
docker-compose down -v
+# Xenial has bash 4.3, which doesn't support inherit_errexit, which is a good
+# thing to test against.
+#
+# Keep the list repositories synced with the GitHub actions workflow.
.PHONY: test/docker
test/docker: test/docker/xenial test/docker/focal