Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nowplaying: support macos #674

Merged
merged 13 commits into from
Apr 19, 2023
Prev Previous commit
verbose log in integration test
  • Loading branch information
cosven committed Apr 19, 2023
commit aacc9c6e2239127fe8526edfa4624d48f0948a15
2 changes: 1 addition & 1 deletion integration-tests/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_sub_live_lyric():


def run():
popen = subprocess.Popen(['fuo'])
popen = subprocess.Popen(['fuo', '-v'])

assert wait_until_23333_service_ok(timeout=10)
register_dummy_provider()
Expand Down