aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-10-20 12:01:54 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2019-10-20 17:44:43 +0300
commit80ec5e9d28b376e7744a2825483760072517d9b9 (patch)
tree11bc92eef00e5a7f6815f16ba5d3134dce79327a /run_unittests.py
parent30a668d0bbc99f44af1c2ec755eb4ee27065f450 (diff)
downloadmeson-80ec5e9d28b376e7744a2825483760072517d9b9.zip
meson-80ec5e9d28b376e7744a2825483760072517d9b9.tar.gz
meson-80ec5e9d28b376e7744a2825483760072517d9b9.tar.bz2
Fix all flake8 warnings
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py
index cb5f125..f587429 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -3183,7 +3183,6 @@ recommended as it is not supported on some platforms''')
self.installdir = initial_builddir
self.builddir = initial_installdir
-
def test_conflicting_d_dash_option(self):
testdir = os.path.join(self.unit_test_dir, '37 mixed command line args')
with self.assertRaises(subprocess.CalledProcessError) as e: