diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-09-22 21:33:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-22 21:33:34 +0300 |
commit | be0aa7fd740d5808975868e32649c464e031f526 (patch) | |
tree | e4bd6488d66a602edb3ba65e97ff12834974edac /run_unittests.py | |
parent | 2ab4b397a85071fc3c10cfab60373e9ad88e5d0f (diff) | |
parent | 68d4c1e559fef510e257b36d69fd907b16830efd (diff) | |
download | meson-be0aa7fd740d5808975868e32649c464e031f526.zip meson-be0aa7fd740d5808975868e32649c464e031f526.tar.gz meson-be0aa7fd740d5808975868e32649c464e031f526.tar.bz2 |
Merge pull request #2357 from LukeShu/flake8
Bring into compliance with flake8
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index 2626931..b217714 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -1946,7 +1946,7 @@ cpu = 'armv7' # Not sure if correct. endian = 'little' ''' % os.path.join(testdir, 'some_cross_tool.py')) crossfile.flush() - self.init(testdir, ['--cross-file='+crossfile.name]) + self.init(testdir, ['--cross-file=' + crossfile.name]) def test_reconfigure(self): testdir = os.path.join(self.unit_test_dir, '13 reconfigure') |