Skip to content

Commit

Permalink
Merge pull request #5744 from grom72/silently-skip-ppc64-tests
Browse files Browse the repository at this point in the history
common: silently skip ppc64 tests
  • Loading branch information
janekmi committed Jun 23, 2023
2 parents 317272f + 846a29d commit 03e780b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/unittest/unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,7 @@ function require_x86_64() {
# require_ppc64 -- Skip tests if the running platform is not ppc64 or ppc64le
#
function require_ppc64() {
exit 0
require_arch "ppc64" "ppc64le" "ppc64el"
}

Expand Down

0 comments on commit 03e780b

Please sign in to comment.