diff options
author | Alexander Færøy <ahf@torproject.org> | 2019-03-18 15:27:14 +0100 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2019-03-20 15:22:39 +0100 |
commit | 0267c453e2e0d474f742efa1da3ce698ea4af97d (patch) | |
tree | 7106dc881ac955bdf94ffa4881cf68852fd4d964 /changes | |
parent | 8bd9b2a6a0c7ab01ef72dd26e04544b00f8c9fa8 (diff) | |
download | tor-0267c453e2e0d474f742efa1da3ce698ea4af97d.tar.gz tor-0267c453e2e0d474f742efa1da3ce698ea4af97d.zip |
Run `make reset-gcov` after the script target in Travis CI is done.
This should ensure that GCDA files are never entering the cache of
Travis CI.
See: https://bugs.torproject.org/29036
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29036 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug29036 b/changes/bug29036 new file mode 100644 index 0000000000..4de02adfe3 --- /dev/null +++ b/changes/bug29036 @@ -0,0 +1,5 @@ + o Minor bugfix (continuous integration): + - Reset coverage state on disk after Travis CI has finished. This is being + done to prevent future gcda file merge errors which causes the test suite + for the process subsystem to fail. Fixes bug 29036; bugfix on 0.4.0.1-alpha. + |