diff options
| author | Gordon Allott <gord.allott@canonical.com> | 2010-05-11 16:58:34 +0100 |
|---|---|---|
| committer | Gordon Allott <gord.allott@canonical.com> | 2010-05-11 16:58:34 +0100 |
| commit | 601ada1114b31712b38a6bc73aaaa5ad86ff09bc (patch) | |
| tree | 76862b15fce0a702574836d9aa3ee4a9a84c76c4 /unity-private/testing | |
| parent | eda297fd0f1b135963861535ee0f1586c40fc786 (diff) | |
stop bamf killing our tests#
(bzr r282)
Diffstat (limited to 'unity-private/testing')
| -rw-r--r-- | unity-private/testing/test-utils.vala | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unity-private/testing/test-utils.vala b/unity-private/testing/test-utils.vala index 3660657ef..f55543703 100644 --- a/unity-private/testing/test-utils.vala +++ b/unity-private/testing/test-utils.vala @@ -59,6 +59,9 @@ namespace Unity.Testing if ("liblauncher" in log_domain) return false; + if ("bamfdaemon" in log_domain) + return false; + if ("Gtk" in log_domain) return false; |
