From a54c0032e6ef6d5d31b1f4ad085ad1d5947ca1d0 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Wed, 9 Jul 2025 23:02:16 +0200 Subject: [PATCH] distcheck had only one possible invocation That is, calling it an example is misleading --- src/tests/intro.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tests/intro.md b/src/tests/intro.md index c55d60f4a..e97574f02 100644 --- a/src/tests/intro.md +++ b/src/tests/intro.md @@ -116,7 +116,9 @@ This requires building all of the documentation, which might take a while. `distcheck` verifies that the source distribution tarball created by the build system will unpack, build, and run all tests. -> Example: `./x test distcheck` +```console +./x test distcheck +``` ### Tool tests