From 498fb6205e62c34495ea5ef09a9c156b9cf61f2f Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Wed, 2 Dec 2015 16:35:50 +0000 Subject: docs: remove references to tests/NAMING-CONVENTION The tests/NAMING-CONVENTION file has been removed and its contents is now included in the API documentation. Reported-by: Joonas Lahtinen Signed-off-by: Thomas Wood --- README | 6 +++--- scripts/run-tests.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 623565546..c7195d960 100644 --- a/README +++ b/README @@ -45,9 +45,9 @@ tests/ -t only include tests that match the regular expression -x exclude tests that match the regular expression - Useful patterns for test filtering are described in - tests/NAMING-CONVENTION and the full list of tests and subtests can be - produced by passing -l to the run-tests.sh script. + Useful patterns for test filtering are described in the API + documentation and the full list of tests and subtests can be produced + by passing -l to the run-tests.sh script. Results are written to a JSON file and an HTML summary can also be created by passing -s to the run-tests.sh script. Further options are diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index d72fc0533..99e6124f5 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -64,7 +64,7 @@ function print_help { echo " -n do not retry incomplete tests when resuming a" echo " test run with -R" echo "" - echo "Useful patterns for test filtering are described in tests/NAMING-CONVENTION" + echo "Useful patterns for test filtering are described in the API documentation." } function list_tests { -- cgit v1.2.3