Skip to content
Merged
Prev Previous commit
Revert "Only run test_termios."
This reverts commit 22b71da.
  • Loading branch information
serhiy-storchaka committed Oct 6, 2023
commit ed89bbf968b2608d999942732b553a3fe0d44ceb
1 change: 0 additions & 1 deletion Lib/test/libregrtest/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ 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