4 [ -e $HOME/.svndistrc
] && .
$HOME/.svndistrc
8 [ ! -e Makefile
] && .
/configure
$TEST_CONFIGURE_OPTIONS
14 make check-swig-py
2>&1 |
tee tests-py.log
15 make check-swig-pl
2>&1 |
tee tests-pl.log
16 make check-swig-rb SWIG_RB_TEST_VERBOSE
=verbose
2>&1 |
tee tests-rb.log
18 TEST_DIR
=`pwd`/subversion
/tests
/cmdline
/svn-test-work
21 sudo umount
"$TEST_DIR" || true
22 sudo mount
-t tmpfs tmpfs
"$TEST_DIR" -o uid
=`id -u`,mode
=700,size
=32M
24 time make check CLEANUP
=1 FS_TYPE
=fsfs
25 mv tests.log tests-local-fsfs.log
26 time make check CLEANUP
=1 FS_TYPE
=bdb
27 mv tests.log tests-local-bdb.log
29 .
/subversion
/svnserve
/svnserve
-d -r `pwd`/subversion
/tests
/cmdline \
30 --listen-host 127.0.0.1 --listen-port 33690
31 time make check CLEANUP
=1 FS_TYPE
=fsfs BASE_URL
=svn
://localhost
:33690
32 mv tests.log tests-svn-fsfs.log
33 time make check CLEANUP
=1 FS_TYPE
=bdb BASE_URL
=svn
://localhost
:33690
34 mv tests.log tests-svn-bdb.log
37 time CLEANUP
=1 FS_TYPE
=fsfs .
/subversion
/tests
/cmdline
/davautocheck.sh
38 mv tests.log tests-dav-fsfs.log
39 time CLEANUP
=1 FS_TYPE
=bdb .
/subversion
/tests
/cmdline
/davautocheck.sh
40 mv tests.log tests-dav-bdb.log
42 sudo umount
"$TEST_DIR"