mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fixed indention problem that caused the second TIPC test to run on systems without TIPC
This commit is contained in:
parent
aa0665ba17
commit
4d7e6702e9
1 changed files with 1 additions and 1 deletions
|
@ -1186,7 +1186,7 @@ def test_main():
|
|||
tests.append(TestLinuxAbstractNamespace)
|
||||
if isTipcAvailable():
|
||||
tests.append(TIPCTest)
|
||||
tests.append(TIPCThreadableTest)
|
||||
tests.append(TIPCThreadableTest)
|
||||
|
||||
thread_info = test_support.threading_setup()
|
||||
test_support.run_unittest(*tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue