Loading tests/conftest.py +2 −0 Original line number Diff line number Diff line Loading @@ -749,6 +749,7 @@ class DecoderFrontend: cwd = Path(tmp_dir).absolute() else: cwd = Path(run_dir).absolute() log_dbg_msg(f"eid-xor command:\n {" ".join(eid_command)}") result = run(eid_command, check=True, cwd=cwd) except Exception as e: pytest.fail(f"eid-xor operation failed! - {e}") Loading Loading @@ -793,6 +794,7 @@ class DecoderFrontend: else: cwd = Path(run_dir).absolute() run(netsim_command, check=True, cwd=cwd) log_dbg_msg(f"netsim command:\n {" ".join(netsim_command)}") except Exception as e: pytest.fail(f"netsim operation failed! - {e}") Loading Loading
tests/conftest.py +2 −0 Original line number Diff line number Diff line Loading @@ -749,6 +749,7 @@ class DecoderFrontend: cwd = Path(tmp_dir).absolute() else: cwd = Path(run_dir).absolute() log_dbg_msg(f"eid-xor command:\n {" ".join(eid_command)}") result = run(eid_command, check=True, cwd=cwd) except Exception as e: pytest.fail(f"eid-xor operation failed! - {e}") Loading Loading @@ -793,6 +794,7 @@ class DecoderFrontend: else: cwd = Path(run_dir).absolute() run(netsim_command, check=True, cwd=cwd) log_dbg_msg(f"netsim command:\n {" ".join(netsim_command)}") except Exception as e: pytest.fail(f"netsim operation failed! - {e}") Loading