]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: explain why we explicitly make all despite test/Makefile's check target calling...
authorChris Lamb <chris@chris-lamb.co.uk>
Sat, 29 Apr 2017 06:23:13 +0000 (07:23 +0100)
committerMartin Pitt <martinpitt@users.noreply.github.com>
Sat, 29 Apr 2017 06:23:13 +0000 (08:23 +0200)
test/README.testsuite

index fa7e73ce3ad17343c638bef03a5a891b97e028e3..58f67f50fd51b992b1cf32156efe1144ed5fcea2 100644 (file)
@@ -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
 ...