summaryrefslogtreecommitdiffstats
path: root/support/testing
diff options
context:
space:
mode:
authorMatt Weber <matthew.weber@rockwellcollins.com>2018-10-20 10:22:47 -0500
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-10-20 17:27:28 +0200
commitaa2eb4bd645f636b313f0fbac9f4775263685d18 (patch)
tree916b2d64a41c3875c375f5761c01e77937a470c7 /support/testing
parent76fdc787cc811f1fe2ade929e2ce01c5b7bc8dfb (diff)
downloadbuildroot-aa2eb4bd645f636b313f0fbac9f4775263685d18.tar.gz
buildroot-aa2eb4bd645f636b313f0fbac9f4775263685d18.zip
support/testing: test_hardening fix flake8 whitespace
Resolves: support/testing/tests/core/test_hardening.py:25:42: E231 missing whitespace after ',' Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support/testing')
-rw-r--r--support/testing/tests/core/test_hardening.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/testing/tests/core/test_hardening.py b/support/testing/tests/core/test_hardening.py
index 9f26962b30..82e0f3d8f2 100644
--- a/support/testing/tests/core/test_hardening.py
+++ b/support/testing/tests/core/test_hardening.py
@@ -22,7 +22,7 @@ class TestHardeningBase(infra.basetest.BRTest):
# BR2_TARGET_ROOTFS_TAR is not set
"""
- checksec_files = ["usr/sbin/lighttpd","bin/busybox"]
+ checksec_files = ["usr/sbin/lighttpd", "bin/busybox"]
def checksec_run(self, target_file):
filepath = os.path.join(self.builddir, "target", target_file)
OpenPOWER on IntegriCloud