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 bdd6ea3 commit c53ccdaCopy full SHA for c53ccda
.github/jobs/configure-checks/all.bats
@@ -67,9 +67,9 @@ 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_line "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_line "See \`config.log' for more details"
+ assert_regex "See [\`']config.log' for more details"
73
}
74
75
compiler_assertions () {
0 commit comments