Win32: fix an incorrect error status being propagated to the caller in case
[svn/apache.git] / subversion / tests / tests.conf
blob3418d5dcb16dad3076678053ecb0dfc7d9ef3257
1 # Licensed to the Apache Software Foundation (ASF) under one
2 # or more contributor license agreements.  See the NOTICE file
3 # distributed with this work for additional information
4 # regarding copyright ownership.  The ASF licenses this file
5 # to you under the Apache License, Version 2.0 (the
6 # "License"); you may not use this file except in compliance
7 # with the License.  You may obtain a copy of the License at
9 #   http://www.apache.org/licenses/LICENSE-2.0
11 # Unless required by applicable law or agreed to in writing,
12 # software distributed under the License is distributed on an
13 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14 # KIND, either express or implied.  See the License for the
15 # specific language governing permissions and limitations
16 # under the License.
18 ### This config file configures some aspects of the Subversion test
19 ### suite.  Pass --config-file FILENAME to test programs if running
20 ### them manually; "make check" passes this file in automatically.
22 ### Currently, it is used for two purposes: it is used to configure
23 ### memcached for direct svn_cache/memcached tests in
24 ### libsvn_subr/cache-test; and it is copied into new FSFS
25 ### repositories as fsfs.conf (to configure their use of memcached as
26 ### well).
28 [memcached-servers]
29 ### Run memcached servers and enter lines like the following (the key
30 ### is ignored):
31 # key = 127.0.0.1:11211
33 [caches]
34 ### In the test suite, we should make FSFS cache failures into actual
35 ### test failures:
36 fail-stop = true