diff --git a/NEWS b/NEWS index 9d35de31a..9c439f1c7 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ 1.4.19 * #259: Optionally change the internal database dump path via "borgmatic_source_directory" option in location configuration section. + * Add end-to-end tests for database dump and restore. 1.4.18 * Fix "--repository" flag to accept relative paths. diff --git a/scripts/run-tests b/scripts/run-tests index d2a91c26c..ec0901a95 100755 --- a/scripts/run-tests +++ b/scripts/run-tests @@ -9,5 +9,5 @@ set -e python -m pip install --upgrade pip==19.3.1 pip install tox==3.14.0 tox -apk add --no-cache borgbackup +apk add --no-cache borgbackup postgresql-client tox -e end-to-end