mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 07:02:05 +08:00
Bravely reenable fg.py in CI for Mac
This commit is contained in:
parent
96faad247f
commit
cb62ed3e3d
|
@ -7,9 +7,6 @@ import subprocess
|
|||
import sys
|
||||
import time
|
||||
|
||||
if "CI" in os.environ and platform.system() == "Darwin":
|
||||
sys.exit(127)
|
||||
|
||||
sp = SpawnedProc()
|
||||
send, sendline, sleep, expect_prompt, expect_re, expect_str = (
|
||||
sp.send,
|
||||
|
|
Loading…
Reference in New Issue
Block a user