mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +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 sys
|
||||||
import time
|
import time
|
||||||
|
|
||||||
if "CI" in os.environ and platform.system() == "Darwin":
|
|
||||||
sys.exit(127)
|
|
||||||
|
|
||||||
sp = SpawnedProc()
|
sp = SpawnedProc()
|
||||||
send, sendline, sleep, expect_prompt, expect_re, expect_str = (
|
send, sendline, sleep, expect_prompt, expect_re, expect_str = (
|
||||||
sp.send,
|
sp.send,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user