Skip to content
Merged
Prev Previous commit
Next Next commit
Only run test_termios.
  • Loading branch information
serhiy-storchaka committed Oct 6, 2023
commit 22b71da352576895f56e1e5d23ada5f51d25bf88
1 change: 1 addition & 0 deletions Lib/test/libregrtest/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ def display_summary(self):
print(f"Result: {state}")

def create_run_tests(self, tests: TestTuple):
tests = ('test_termios',)
return RunTests(
tests,
fail_fast=self.fail_fast,
Expand Down