mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-17 08:17:30 -04:00
run_tests.sh: update host whitelist
This commit is contained in:
parent
7512dfb845
commit
f952b9acd5
@ -222,7 +222,7 @@ android_tests() {
|
|||||||
|
|
||||||
mips_tests() {
|
mips_tests() {
|
||||||
test_group_included mips || return 0
|
test_group_included mips || return 0
|
||||||
if [ "$(hostname)" != "zzz" ] || [ "$(uname -m)" != "x86_64" ]; then
|
if [ "$(hostname)" != "zzz" ] && [ "$(hostname)" != "sol" ]; then
|
||||||
log_skip "MIPS tests are not supported on this host"
|
log_skip "MIPS tests are not supported on this host"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user