summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-04-29 07:23:13 +0100
committerMartin Pitt <martinpitt@users.noreply.github.com>2017-04-29 08:23:13 +0200
commit04e599b1cea996624f57db21abfe587e47d8e9b1 (patch)
treea462302e425a111ae3705e4399644e769f09997c
parent8e899a929346b8b658c809779d5bc7eb4ffaf3bc (diff)
test: explain why we explicitly make all despite test/Makefile's check target calling it (#5830)
-rw-r--r--test/README.testsuite2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.testsuite b/test/README.testsuite
index fa7e73ce3a..58f67f50fd 100644
--- a/test/README.testsuite
+++ b/test/README.testsuite
@@ -3,7 +3,7 @@ subdirectories named "test/TEST-??-*", which are run one by one.
To run the extended testsuite do the following:
-$ make all
+$ make all # Avoid the "sudo make" below building anything as root
$ cd test
$ sudo make clean check
...