diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-03-25 17:28:31 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-03-25 17:28:31 +0000 |
commit | 4553f0942c00b47342deea7fc47bb9822484a65e (patch) | |
tree | 70dd0280794a4e89feca914617059115b65bd366 /tests | |
parent | eb2b77cc38130882db71b73a5a026a454d261684 (diff) | |
download | sos-4553f0942c00b47342deea7fc47bb9822484a65e.tar.gz |
Remove --profile support
The handrolled profile logging support in sos hasn't been widely
used in a long time and is a problem better solved with external
profiling and coverage tools.
Rip out all the support and documentation. This shortens and
simplifies numerous Plugin class methods.
Fixes Issue #244.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/plugin_tests.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index 31ffae40..0f8ef5da 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -89,9 +89,7 @@ class EnablerPlugin(Plugin): class MockOptions(object): - - profiler = False - + pass class PluginToolTests(unittest.TestCase): |