Skip to content

Commit bef2d24

Browse files
committed
skip forward compatibility for empty list of versions
1 parent 31acbda commit bef2d24

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

integration-tests/compatibility/runner.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ test_backward_compatibility() {
190190
}
191191

192192
test_forward_compatibility() {
193+
if [ -z $1 ]; then
194+
return
195+
fi
196+
193197
local ver="$1"
194198
local bin
195199
bin=$(download_release "$ver")

0 commit comments

Comments
 (0)