We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bd802 commit 6729b12Copy full SHA for 6729b12
tests/conftest.py
@@ -37,7 +37,7 @@ def pytest_configure():
37
emu_serv.daemon = True
38
emu_serv.start()
39
pytest.emu = subprocess.Popen(
40
- [emu_bin, "-guiserverport", f"{pytest.emu_obj.port}", "-rom", ], stdout=subprocess.PIPE
+ [emu_bin, "-guiserverport", f"{pytest.emu_obj.port}", "-rom", f"{pytest.emu_obj.rom_path}"], stdout=subprocess.PIPE
41
)
42
43
while not pytest.emu_obj.emulator_status_up():
0 commit comments