Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ddd6ca1

Browse filesBrowse files
miss-islingtonaisk
andauthored
[3.13] gh-133519: Add console to resources in libregrtest (GH-133520) (#133777)
gh-133519: Add console to resources in libregrtest (GH-133520) Add console to resources in libregrtest (cherry picked from commit 4274b47) Co-authored-by: AN Long <aisk@users.noreply.github.com>
1 parent 0a39a18 commit ddd6ca1
Copy full SHA for ddd6ca1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Lib/test/libregrtest/utils.py

Copy file name to clipboardExpand all lines: Lib/test/libregrtest/utils.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
EXIT_TIMEOUT = 120.0
3333

3434

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

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.