(gpgHomeDir, logFile)
| 354 | if line.lower().find('warning') != -1 \ |
| 355 | and line.find('WARNING: This key is not certified with a trusted signature') == -1: |
| 356 | print(' GPG: %s' % line.strip()) |
| 357 | |
| 358 | # Test trust (this is done with the real users config) |
| 359 | run('gpg --import %s' % (keysFile), |
| 360 | '%s/solr.gpg.trust.import.log' % tmpDir) |
no test coverage detected
searching dependent graphs…