Skip to content

Commit

Permalink
Extend bats test for new debian versions
Browse files Browse the repository at this point in the history
Debian testing started using different quotes in the generated configure
scripts.

Co-authored-by: Tobias Werth <[email protected]>
(cherry picked from commit c53ccda)
  • Loading branch information
vmcj authored and Michael Vasseur committed Oct 22, 2024
1 parent edab670 commit f95d45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/jobs/configure-checks/all.bats
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ repo-remove () {
assert_line "checking for gcc... no"
assert_line "checking for cc... no"
assert_line "checking for cl.exe... no"
assert_line "configure: error: in \`${test_path}':"
assert_regex "configure: error: in .${test_path}':"
assert_line 'configure: error: no acceptable C compiler found in $PATH'
assert_line "See \`config.log' for more details"
assert_regex "See [\`']config.log' for more details"
}

compiler_assertions () {
Expand Down

0 comments on commit f95d45f

Please sign in to comment.