mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-18 20:53:40 +08:00
One more FreeBSD-only-in-CI
Some checks failed
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
Lock threads / lock (push) Has been cancelled
Some checks failed
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
Lock threads / lock (push) Has been cancelled
This commit is contained in:
parent
8add30e3bf
commit
95f4c9c07e
|
@ -18,10 +18,7 @@ import signal
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
if "CI" in os.environ and platform.system() == "Darwin":
|
||||
sys.exit(127)
|
||||
|
||||
if platform.system() == "FreeBSD": # Spurious failure. TODO Only disable this in CI.
|
||||
if "CI" in os.environ and platform.system() in ["Darwin", "FreeBSD"]:
|
||||
sys.exit(127)
|
||||
|
||||
expect_prompt()
|
||||
|
|
Loading…
Reference in New Issue
Block a user