Commit 358560c2 authored by Jan Kiene's avatar Jan Kiene
Browse files

make command lines parsing more precise

there is a bw sw pattern with "_start" in it ...
parent 6bdf4359
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ def parse_commandlines_from_sysout(sysout: str, cwd: Path) -> dict:
            # the "not at the start" condition is for eid-xor (there are also lines like this: "eid-xor command:")
            if (
                re.search(exe, line) is not None
                and "_start" not in line
                and " in _start " not in line
                and not line.strip().startswith(exe)
            ):
                assert commandlines[exe] == ""