fix tests

This commit is contained in:
Puskar Basu
2025-04-14 13:16:46 +05:30
parent 0fc422aa52
commit 75bf7ef650
2 changed files with 1 additions and 5 deletions

View File

@@ -174,10 +174,6 @@ jobs:
exclude:
- platform: ubuntu-latest
test_block: chaos_and_query
- platform: ubuntu-latest
test_block: ssl
- platform: ubuntu-latest
test_block: installation
runs-on: ${{ matrix.platform }}
steps:
- name: Trim asset version prefix and Validate

View File

@@ -27,7 +27,7 @@ load "$LIB_BATS_SUPPORT/load.bash"
elif [[ "$arch" == "x86_64" && "$os" == "Darwin" ]]; then
assert_output --partial 'Mach-O 64-bit executable x86_64'
elif [[ "$arch" == "x86_64" && "$os" == "Linux" ]]; then
assert_output --partial 'ELF 64-bit LSB executable, x86-64'
assert_output --partial 'ELF 64-bit LSB pie executable, x86-64'
elif [[ "$arch" == "aarch64" && "$os" == "Linux" ]]; then
assert_output --partial 'ELF 64-bit LSB executable, ARM aarch64'
fi