Skip to content

Commit e196437

Browse files
authored
Merge pull request #3105 from boegel/fix_test_show_system_info_macos
fix broken test_show_system_info on macOS due to 'Python' binary
2 parents 6e77604 + 14d0f4d commit e196437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4320,7 +4320,7 @@ def test_show_system_info(self):
43204320
"^ -> features: ",
43214321
"^\* software:$",
43224322
"^ -> glibc version: ",
4323-
"^ -> Python binary: .*/python[0-9]?",
4323+
"^ -> Python binary: .*/[pP]ython[0-9]?",
43244324
"^ -> Python version: [0-9.]+",
43254325
]
43264326
for pattern in patterns:

0 commit comments

Comments
 (0)