Browse Source

Suppress test failure when release description contains "error"

Upgrade test checks for "error" in output.

But release descriptions can have "fix error in ..."

Don't run this check.  Checking that a new version is detected suffices.
pull/702/head v2.42
Timothe Litt 4 years ago
parent
commit
2f45236423
Failed to extract signature
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      test/32-test-upgrade.bats

+ 2
- 1
test/32-test-upgrade.bats View File

@ -101,7 +101,8 @@ teardown() {
# Check for current tag or file version otherwise push to master fails on a new version (or if the tag hasn't been updated)
assert_line --regexp "A more recent version \(v(${CURRENT_TAG}|${FILE_VERSION})\) than .* of getssl is available, please update"
check_output_for_errors
# output can contain "error" in release description
# check_output_for_errors
}


Loading…
Cancel
Save