Skip to content

Commit 16bfc9e

Browse files
committed
Add console to resources in libregrtest
1 parent bb5ec6e commit 16bfc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/utils.py

+1-1
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)