summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2012-12-06 09:29:34 +0000
committerPádraig Brady <P@draigBrady.com>2012-12-06 09:35:41 +0000
commitdf9065e552a17ab86b28dd7165678d15592015f8 (patch)
treee70a56923a319efb8ff9e8ffe17384ee524694b6 /README
parent7b4c56b4c65b2b58c185908ff1cbdf0b0399140d (diff)
downloadcoreutils-df9065e552a17ab86b28dd7165678d15592015f8.tar.xz
maint: adjust instructions to run a single test
* README: Adjust as per the recent changes introduced when switching to non recursive make.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 09961a0fb..6d8aa140e 100644
--- a/README
+++ b/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.