mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-16 15:56:08 -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() {
|
||||
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"
|
||||
return 0
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user