equal
deleted
inserted
replaced
739 test.endswith('.bat') or test.endswith('.t'))): |
739 test.endswith('.bat') or test.endswith('.t'))): |
740 if not os.path.exists(test): |
740 if not os.path.exists(test): |
741 skip("doesn't exist") |
741 skip("doesn't exist") |
742 return None |
742 return None |
743 else: |
743 else: |
|
744 vlog('# Test file', test, 'not supported, ignoring') |
744 return None # not a supported test, don't record |
745 return None # not a supported test, don't record |
745 |
746 |
746 if not (options.whitelisted and test in options.whitelisted): |
747 if not (options.whitelisted and test in options.whitelisted): |
747 if options.blacklist and test in options.blacklist: |
748 if options.blacklist and test in options.blacklist: |
748 skip("blacklisted") |
749 skip("blacklisted") |