Commit 65c565ba authored by Christian Heimes's avatar Christian Heimes

Fixed indention problem that caused the second TIPC test to run on systems without TIPC

parent 854667ee
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment