mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-26 15:29:07 +00:00
maint: adjust instructions to run a single test
* README: Adjust as per the recent changes introduced when switching to non recursive make.
This commit is contained in:
parent
7b4c56b4c6
commit
df9065e552
4
README
4
README
@ -173,10 +173,10 @@ Reporting bugs:
|
||||
IMPORTANT: if you take the time to report a test failure,
|
||||
please be sure to include the output of running 'make check'
|
||||
in verbose mode for each failing test. For example,
|
||||
if the test that fails is tests/misc/df, then you would
|
||||
if the test that fails is tests/df/df-P.sh, then you would
|
||||
run this command:
|
||||
|
||||
(cd tests && make check TESTS=misc/df VERBOSE=yes) >> log 2>&1
|
||||
make check TESTS=tests/df/df-P.sh VERBOSE=yes SUBDIRS=. >> log 2>&1
|
||||
|
||||
For some tests, you can get even more detail by adding DEBUG=yes.
|
||||
Then include the contents of the file 'log' in your bug report.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user