tests/run-tests.py
changeset 14598 259ba7502370
parent 14493 5cc7905bccc9
child 14821 2017495bd552
equal deleted inserted replaced
14597:3f1dccea9510 14598:259ba7502370
   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")