diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-06-30 14:52:37 -0400 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-07-02 10:07:17 -0400 |
| commit | f24a4e27ad4373ce8b079db6ebe67877f80d23ad (patch) | |
| tree | 102b3e276b4f6dfd28cce4ff941d34893a261cbc | |
| parent | af7c8ab449b8e59bdbdbcb9e1f7ee8b93184ce0c (diff) | |
| download | meson-f24a4e27ad4373ce8b079db6ebe67877f80d23ad.tar.gz | |
Removed some dead code. Closes #1949.
| -rwxr-xr-x | mesontest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mesontest.py b/mesontest.py index 7f0d342b0..8325e69ba 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 |
