mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-02 01:06:25 +00:00
[python] Mark get_test_binary as not being a test
get_test_binary is a helper method, not a test, make sure nosetests doesn't pick it up as a test. llvm-svn: 153173
This commit is contained in:
parent
955feb18b4
commit
67c13466ff
@ -27,3 +27,4 @@ class TestBase(unittest.TestCase):
|
||||
return path
|
||||
|
||||
raise Exception('No suitable test binaries available!')
|
||||
get_test_binary.__test__ = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user