summaryrefslogtreecommitdiff
path: root/test/tap-test.sh
Commit message (Collapse)AuthorAge
* Disable Metrics support when running testsEmmanuele Bassi2017-03-06
We currently use a private DBus session using dbusmock to intercept all calls to the EOS Metrics DBus API, and avoid sending bogus metrics when distchecking or running the test suite. The Metrics API now looks for an environment variable and short circuits if found, which means we don't need these contortions any more. This also allows us to drop the dbusmock Python module dependency. https://phabricator.endlessm.com/T15748