summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dtrace.py
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2022-01-18 19:28:18 (GMT)
committerGitHub <noreply@github.com>2022-01-18 19:28:18 (GMT)
commit1292aa6db5bed889a3c87df443754fcae0177801 (patch)
tree131eec842d87333ea97fcb90cb58764ac4652c56 /Lib/test/test_dtrace.py
parentff7703c4b609a697ada8165fd1c52a73404b6d07 (diff)
downloadcpython-1292aa6db5bed889a3c87df443754fcae0177801.zip
cpython-1292aa6db5bed889a3c87df443754fcae0177801.tar.gz
cpython-1292aa6db5bed889a3c87df443754fcae0177801.tar.bz2
bpo-46425: Fix direct invocation of multiple test modules (GH-30666)
Diffstat (limited to 'Lib/test/test_dtrace.py')
-rw-r--r--Lib/test/test_dtrace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_dtrace.py b/Lib/test/test_dtrace.py
index 3957077..8a436ad 100644
--- a/Lib/test/test_dtrace.py
+++ b/Lib/test/test_dtrace.py
@@ -170,4 +170,4 @@ class SystemTapOptimizedTests(TraceTests, unittest.TestCase):
if __name__ == '__main__':
- test_main()
+ unittest.main()