diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2017-04-29 08:23:13 +0200 |
---|---|---|
committer | Martin Pitt <martinpitt@users.noreply.github.com> | 2017-04-29 08:23:13 +0200 |
commit | 04e599b1cea996624f57db21abfe587e47d8e9b1 (patch) | |
tree | a462302e425a111ae3705e4399644e769f09997c /test/README.testsuite | |
parent | meson: do not link libshared dynamically against libudev (#5850) (diff) | |
download | systemd-04e599b1cea996624f57db21abfe587e47d8e9b1.tar.xz systemd-04e599b1cea996624f57db21abfe587e47d8e9b1.zip |
test: explain why we explicitly make all despite test/Makefile's check target calling it (#5830)
Diffstat (limited to 'test/README.testsuite')
-rw-r--r-- | test/README.testsuite | 2 |
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 ... |