Loading tests/conftest.py +3 −1 Original line number Diff line number Diff line Loading @@ -409,8 +409,10 @@ class DecoderFrontend: if system == "Windows": eid_path = "./scripts/tools/Windows/eid-xor.exe" elif system in ["Darwin", "Linux"]: elif system == "Linux": eid_path = "./scripts/tools/Linux/eid-xor" elif system == "Darwin": eid_path = "./scripts/tools/Darwin/eid-xor" else: raise ValueError(f'Wrong system "{system}"!') Loading Loading
tests/conftest.py +3 −1 Original line number Diff line number Diff line Loading @@ -409,8 +409,10 @@ class DecoderFrontend: if system == "Windows": eid_path = "./scripts/tools/Windows/eid-xor.exe" elif system in ["Darwin", "Linux"]: elif system == "Linux": eid_path = "./scripts/tools/Linux/eid-xor" elif system == "Darwin": eid_path = "./scripts/tools/Darwin/eid-xor" else: raise ValueError(f'Wrong system "{system}"!') Loading