(self, current_path, path, arch, mode)
| 194 | additional) |
| 195 | |
| 196 | def ListTests(self, current_path, path, arch, mode): |
| 197 | result = super(AbortTestConfiguration, self).ListTests( |
| 198 | current_path, path, arch, mode) |
| 199 | for tst in result: |
| 200 | tst.disable_core_files = True |
| 201 | return result |