From c866771cd25400c8a5a39d4ba252b01cd8bcad1c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 13 Sep 2006 10:16:36 +0000 Subject: Added a generic way to disable test cases when "all" is run, and added the FTP 3rd party transfers to that file for now until I have them sorted out. --- tests/data/DISABLED | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/data/DISABLED (limited to 'tests/data/DISABLED') diff --git a/tests/data/DISABLED b/tests/data/DISABLED new file mode 100644 index 000000000..6259e0b7b --- /dev/null +++ b/tests/data/DISABLED @@ -0,0 +1,7 @@ +# This file can be used to specify test cases that should not run when all +# test cases are run by runtests.pl. Just add the plain test case numbers, one +# per line. +# Comments starting with '#' letters are fine. +230 +231 +232 -- cgit v1.2.3