From c0700e3c7f36fc0bc969652c39cdd808de128d94 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 26 Apr 2015 18:22:46 +0200 Subject: runtests: use a DISABLED.local file too ... and have git ignore that. Allows for a dev to add tests to ignore in local tests and yet don't obstruct a normal git work flow. --- tests/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/README') diff --git a/tests/README b/tests/README index 14ac6eedb..ae8ff25cc 100644 --- a/tests/README +++ b/tests/README @@ -100,7 +100,9 @@ The cURL Test Suite (like "./runtests.pl 3 4" to test 3 and 4 only). It also supports test case ranges with 'to', as in "./runtests 3 to 9" which runs the seven tests from 3 to 9. Any test numbers starting with ! are disabled, as are any test - numbers found in the file data/DISABLED (one per line). + numbers found in the files data/DISABLED or data/DISABLED.local (one per + line). The latter is meant for local temporary disables and will be ignored + by git. When -s is not present, each successful test will display on one line the test number and description and on the next line a set of flags, the test -- cgit v1.2.1