projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e899a9
)
test: explain why we explicitly make all despite test/Makefile's check target calling...
author
Chris Lamb
<chris@chris-lamb.co.uk>
Sat, 29 Apr 2017 06:23:13 +0000
(07:23 +0100)
committer
Martin Pitt
<martinpitt@users.noreply.github.com>
Sat, 29 Apr 2017 06:23:13 +0000
(08:23 +0200)
test/README.testsuite
patch
|
blob
|
history
diff --git
a/test/README.testsuite
b/test/README.testsuite
index fa7e73ce3ad17343c638bef03a5a891b97e028e3..58f67f50fd51b992b1cf32156efe1144ed5fcea2 100644
(file)
--- 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
...