diff --git a/testing/run_regressions.sh b/testing/run_regressions.sh index 36a7c647..ff550eb4 100755 --- a/testing/run_regressions.sh +++ b/testing/run_regressions.sh @@ -163,7 +163,8 @@ dump_database() { TEST="Dump-Database" pg_dump -Fp $PSQLOPTS ${DBNAME} \ | grep -v -E '(CREATE\ EXTENSION|COMMENT\ ON)' \ - > "${REGRESSION}/initial.dbdump" 2>&1 + > "${REGRESSION}/initial.dbdump" 2> "${RESULTS}/${TEST}" + check_result "${TEST}" # This is ugly, for the COPY into dav_binding to work on Pg >= 9.6 (possibly earlier) # we need to ensure that the schema that collection is in is within our search path diff --git a/testing/tests/binding/Dump-Database.result b/testing/tests/binding/Dump-Database.result new file mode 100644 index 00000000..e69de29b diff --git a/testing/tests/carddav/Dump-Database.result b/testing/tests/carddav/Dump-Database.result new file mode 100644 index 00000000..e69de29b diff --git a/testing/tests/scheduling/Dump-Database.result b/testing/tests/scheduling/Dump-Database.result new file mode 100644 index 00000000..e69de29b diff --git a/testing/tests/timezone/Dump-Database.result b/testing/tests/timezone/Dump-Database.result new file mode 100644 index 00000000..e69de29b