Skip to content

Commit 22b71da

Browse files
Only run test_termios.
1 parent 41df652 commit 22b71da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/libregrtest/main.py

+1
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ def display_summary(self):
397397
print(f"Result: {state}")
398398

399399
def create_run_tests(self, tests: TestTuple):
400+
tests = ('test_termios',)
400401
return RunTests(
401402
tests,
402403
fail_fast=self.fail_fast,

0 commit comments

Comments
 (0)