Skip to content

Commit 2f45236

Browse files
committed
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.
1 parent fa97be6 commit 2f45236

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/32-test-upgrade.bats

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ teardown() {
101101

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

107108

0 commit comments

Comments
 (0)