We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab6018 commit 847139aCopy full SHA for 847139a
.github/jobs/configure-checks/all.bats
@@ -67,7 +67,7 @@ repo-remove () {
67
assert_line "checking for gcc... no"
68
assert_line "checking for cc... no"
69
assert_line "checking for cl.exe... no"
70
- assert_regex "configure: error: in [\`']${test_path}':"
+ assert_regex "configure: error: in .${test_path}':"
71
assert_line 'configure: error: no acceptable C compiler found in $PATH'
72
assert_regex "See [\`']config.log' for more details"
73
}
0 commit comments