Commit c9d96bcd authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'ci/fix-path-for-windows-eidxor-binary' into 'main'

[CI] fix path to windows binary in conftest.py

See merge request !1313
parents 76b0e965 06a2b5c3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -422,7 +422,7 @@ class DecoderFrontend:
            system = platform.system()

            if system == "Windows":
                eid_path = "./scripts/tools/Windows/eid-xor.exe"
                eid_path = "./scripts/tools/Win32/eid-xor.exe"
            elif system == "Linux":
                eid_path = "./scripts/tools/Linux/eid-xor"
            elif system == "Darwin":