Show More
@@ -741,6 +741,7 b' def runone(options, 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): |
General Comments 0
You need to be logged in to leave comments.
Login now