7
echo "Missing FS_TYPE specifier (arg #1)."
11
echo "========= mount RAM disc"
12
# ignore the result: if it fails, the test will just take longer...
13
mkdir -p subversion/tests/cmdline/svn-test-work
14
test -e ../mount-ramdrive && ../mount-ramdrive
16
echo "========= make check"
17
make check FS_TYPE=$1 CLEANUP=1 || exit $?
19
# echo "========= make check-swig-pl"
20
# make check-swig-pl || exit $?
22
#echo "========= make check-swig-rb"
23
#make check-swig-rb || exit $?
4
# Licensed to the Apache Software Foundation (ASF) under one
5
# or more contributor license agreements. See the NOTICE file
6
# distributed with this work for additional information
7
# regarding copyright ownership. The ASF licenses this file
8
# to you under the Apache License, Version 2.0 (the
9
# "License"); you may not use this file except in compliance
10
# with the License. You may obtain a copy of the License at
12
# http://www.apache.org/licenses/LICENSE-2.0
14
# Unless required by applicable law or agreed to in writing,
15
# software distributed under the License is distributed on an
16
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
# KIND, either express or implied. See the License for the
18
# specific language governing permissions and limitations
26
if test -z "$1" ; then
27
echo "Missing FS_TYPE specifier (arg #1)."
31
echo "========= mount RAM disc"
32
# ignore the result: if it fails, the test will just take longer...
33
mkdir -p subversion/tests/cmdline/svn-test-work
34
test -e ../mount-ramdrive && ../mount-ramdrive
36
echo "========= make check"
37
make check FS_TYPE=$1 CLEANUP=1 || exit $?
39
# echo "========= make check-swig-pl"
40
# make check-swig-pl || exit $?
42
#echo "========= make check-swig-rb"
43
#make check-swig-rb || exit $?