summaryrefslogtreecommitdiff
path: root/tools/buildman/func_test.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-02-11 13:23:19 -0700
committerTom Rini <trini@konsulko.com>2022-03-02 10:28:12 -0500
commitac05335d854179d4fb2cd018469b01682cba3a30 (patch)
treee89733d1a60d428601f5725b8afb58087f9b2487 /tools/buildman/func_test.py
parent32cc6ae273128510cffc536fc72f260181ef1744 (diff)
buildman: Correct pylint errors
Fix pylint errors that can be fixed and mask those that seem to be incorrect. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman/func_test.py')
-rw-r--r--tools/buildman/func_test.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/buildman/func_test.py b/tools/buildman/func_test.py
index 6fcceb0ea56..fbf6706644b 100644
--- a/tools/buildman/func_test.py
+++ b/tools/buildman/func_test.py
@@ -524,12 +524,6 @@ class TestFunctional(unittest.TestCase):
# Each commit has a config and make
self.assertEqual(self._make_calls, len(boards) * self._commits * 2)
- def testForceReconfigure(self):
- """The -f flag should force a rebuild"""
- self._RunControl('-b', TEST_BRANCH, '-C', '-o', self._output_dir)
- # Each commit has a config and make
- self.assertEqual(self._make_calls, len(boards) * self._commits * 2)
-
def testMrproper(self):
"""The -f flag should force a rebuild"""
self._RunControl('-b', TEST_BRANCH, '-m', '-o', self._output_dir)