]> git.saurik.com Git - apt.git/commit
travis: ignore profiling warning in test diffs
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 10 Nov 2016 20:28:12 +0000 (21:28 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Thu, 10 Nov 2016 20:28:12 +0000 (21:28 +0100)
commit58608941e6b58a46109b7cd875716b3d8054c4bf
tree03996d723b1328cf73d2381fc836e1df68d7bc10
parentff02180ca8abeec0cc1913abf4ad6697d7b25a36
travis: ignore profiling warning in test diffs

On Travis CI running tests with code coverage enabled sometimes
generates lines like:
  profiling:/path/to/file.gcda:Merge mismatch for function 257
It would be nice if we could resolve this somehow as it garbles the
statistics, but until then it is far more annoying that this causes
test failures for no good reason.

Gbp-Dch: Ignore
test/integration/framework