aboutsummaryrefslogtreecommitdiff
path: root/mesontest.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-06-30 14:52:37 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2017-07-02 10:07:17 -0400
commitf24a4e27ad4373ce8b079db6ebe67877f80d23ad (patch)
tree102b3e276b4f6dfd28cce4ff941d34893a261cbc /mesontest.py
parentaf7c8ab449b8e59bdbdbcb9e1f7ee8b93184ce0c (diff)
downloadmeson-f24a4e27ad4373ce8b079db6ebe67877f80d23ad.zip
meson-f24a4e27ad4373ce8b079db6ebe67877f80d23ad.tar.gz
meson-f24a4e27ad4373ce8b079db6ebe67877f80d23ad.tar.bz2
Removed some dead code. Closes #1949.
Diffstat (limited to 'mesontest.py')
-rwxr-xr-xmesontest.py2
1 files changed, 0 insertions, 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