Skip to content

Commit 4274b47

Browse files
authored
gh-133519: Add console to resources in libregrtest (#133520)
Add console to resources in libregrtest
1 parent 6708628 commit 4274b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
EXIT_TIMEOUT = 120.0
3232

3333

34-
ALL_RESOURCES = ('audio', 'curses', 'largefile', 'network',
34+
ALL_RESOURCES = ('audio', 'console', 'curses', 'largefile', 'network',
3535
'decimal', 'cpu', 'subprocess', 'urlfetch', 'gui', 'walltime')
3636

3737
# Other resources excluded from --use=all:

0 commit comments

Comments
 (0)