Commit 41d6886a authored by Vagrant Cascadian's avatar Vagrant Cascadian
Browse files

2019-10: Fix typo in diffoscope guix test suite coverage.

parent 2311415f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ This month, Chris Lamb made the following changes, including uploading versions
    * Try and ensure that new test data files are generated dynamically, ie. at least no new ones are added without "good" reasons. [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/e83b360)]
    * Drop unused `BASE_DIR` global in the tests. [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/7b44c80)]

In addition, Mattia Rizzolo updated our tests to run against all supported Python versions [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/23c6112)] and to exit with a [UNIX exit status](https://en.wikipedia.org/wiki/Exit_status) of `2` instead of `1` in case of running out of disk space [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/59267e8)]. Lastly Vagrant Cascadian updated diffoscope [126](https://git.savannah.gnu.org/cgit/guix.git/commit/?id=c3704ecaa537f96dfca2f820c3af5357a6208ce6) and  [129](https://git.savannah.gnu.org/cgit/guix.git/commit/?id=d332fd860f89ed426a2b05eaa8f7a76ff6aab58f) in [GNU Guix](https://guix.gnu.org/), and updated inputs for added additional [test suite coverage](https://git.savannah.gnu.org/cgit/guix.git/commit/?id=36f5f23c1af640782aa47dbfed6352e3d4c957ff).
In addition, Mattia Rizzolo updated our tests to run against all supported Python versions [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/23c6112)] and to exit with a [UNIX exit status](https://en.wikipedia.org/wiki/Exit_status) of `2` instead of `1` in case of running out of disk space [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/59267e8)]. Lastly Vagrant Cascadian updated diffoscope [126](https://git.savannah.gnu.org/cgit/guix.git/commit/?id=c3704ecaa537f96dfca2f820c3af5357a6208ce6) and  [129](https://git.savannah.gnu.org/cgit/guix.git/commit/?id=d332fd860f89ed426a2b05eaa8f7a76ff6aab58f) in [GNU Guix](https://guix.gnu.org/), and updated inputs for additional [test suite coverage](https://git.savannah.gnu.org/cgit/guix.git/commit/?id=36f5f23c1af640782aa47dbfed6352e3d4c957ff).

[trydiffoscope](https://try.diffoscope.org) is the web-based version of [diffoscope](https://diffoscope.org) and this month Chris Lamb migrated the tool to depend on the `python3-docutils` package over `python-docutils` to allow for Python 2.x removal ([#943293](https://bugs.debian.org/943293)) as well as updating the packaging to the latest Debian standards and conventions [[...](https://salsa.debian.org/reproducible-builds/trydiffoscope/commit/75e8b14)][[...](https://salsa.debian.org/reproducible-builds/trydiffoscope/commit/95d7faf)][[...](https://salsa.debian.org/reproducible-builds/trydiffoscope/commit/01df0a4)].