tests/run-tests.py
changeset 967 2bb39e460186
parent 966 e6f112b6f14b
child 970 e42946273064
equal deleted inserted replaced
965:d64b07980755 967:2bb39e460186
   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")