Skip to content

Commit 46715b1

Browse files
committed
man
1 parent bef2d24 commit 46715b1

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
@@ -210,6 +210,10 @@ test_forward_compatibility() {
210210
}
211211

212212
test_bidirectional_compatibility() {
213+
if [ -z $1 ]; then
214+
return
215+
fi
216+
213217
local ver="$1"
214218
local bin
215219
bin=$(download_release "$ver")

0 commit comments

Comments
 (0)