From 6f87c13cf2af64ddcc0b7fb637d60c4b91c16be1 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sun, 21 Nov 2010 00:52:11 +1300 Subject: [PATCH] Make list of test suites overridable in configuration. --- testing/run_regressions.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/run_regressions.sh b/testing/run_regressions.sh index 7f0e7979..a1be50b0 100755 --- a/testing/run_regressions.sh +++ b/testing/run_regressions.sh @@ -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