mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-25 02:34:17 +00:00
Make list of test suites overridable in configuration.
This commit is contained in:
parent
9fdaef2bd1
commit
6f87c13cf2
@ -9,6 +9,8 @@ HOSTNAME=regression
|
||||
# We need to run the regression tests in the timezone they were written for.
|
||||
export PGTZ=Pacific/Auckland
|
||||
|
||||
ALLSUITES="regression-suite binding carddav"
|
||||
|
||||
. ./regression.conf
|
||||
|
||||
[ -z "${DSN}" ] && DSN="${DBNAME}"
|
||||
@ -164,7 +166,7 @@ TSTART="`date +%s`"
|
||||
TCOUNT=0
|
||||
|
||||
if [ "${SUITE}" = "all" ]; then
|
||||
for SUITE in regression-suite binding carddav ; do
|
||||
for SUITE in ${ALLSUITES} ; do
|
||||
REGRESSION="tests/${SUITE}"
|
||||
if [ "${SUITE}" != "regression-suite" ]; then
|
||||
dump_database
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user