diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-09-13 10:16:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-09-13 10:16:36 +0000 |
commit | c866771cd25400c8a5a39d4ba252b01cd8bcad1c (patch) | |
tree | d44cb39e88f35a0bf927873ca85b108fe394bf61 /tests/data/DISABLED | |
parent | 4a24219a1a04f38949172d90644c9016f95d450a (diff) |
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.
Diffstat (limited to 'tests/data/DISABLED')
-rw-r--r-- | tests/data/DISABLED | 7 |
1 files changed, 7 insertions, 0 deletions
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 |