From: Chris Lamb Date: Sat, 29 Apr 2017 06:23:13 +0000 (+0100) Subject: test: explain why we explicitly make all despite test/Makefile's check target calling... X-Git-Tag: v234~268 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04e599b1cea996624f57db21abfe587e47d8e9b1;p=thirdparty%2Fsystemd.git test: explain why we explicitly make all despite test/Makefile's check target calling it (#5830) --- diff --git a/test/README.testsuite b/test/README.testsuite index fa7e73ce3ad..58f67f50fd5 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 ...