From df9065e552a17ab86b28dd7165678d15592015f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Thu, 6 Dec 2012 09:29:34 +0000 Subject: [PATCH] maint: adjust instructions to run a single test * README: Adjust as per the recent changes introduced when switching to non recursive make. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 09961a0fb7..6d8aa140e8 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. -- 2.47.2