mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
Merge pull request #12294 from dx9/test-ecp-uname
test: use uname -m vs. uname -p in test-erasure-code-plugins.sh Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
a3bf341876
@ -3,7 +3,7 @@
|
||||
source $(dirname $0)/../detect-build-env-vars.sh
|
||||
source $CEPH_ROOT/qa/workunits/ceph-helpers.sh
|
||||
|
||||
arch=$(uname -p)
|
||||
arch=$(uname -m)
|
||||
|
||||
case $arch in
|
||||
i[[3456]]86*|x86_64*|amd64*)
|
||||
|
Loading…
Reference in New Issue
Block a user