From f24a4e27ad4373ce8b079db6ebe67877f80d23ad Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 30 Jun 2017 14:52:37 -0400 Subject: Removed some dead code. Closes #1949. --- mesontest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mesontest.py b/mesontest.py index 7f0d342..8325e69 100755 --- a/mesontest.py +++ b/mesontest.py @@ -513,8 +513,6 @@ TIMEOUT: %4d 'Tests run by the user, usually something like "under gdb 1000 times".' if self.is_run: raise RuntimeError('Can not use run_special after a full run.') - if os.path.isfile('build.ninja'): - subprocess.check_call([environment.detect_ninja(), 'all']) tests = self.get_tests() if not tests: return 0 -- cgit v1.1