On Tue, Feb 11, 2025 at 10:50:23AM +0100, David Marchand wrote:
> On Mon, Feb 10, 2025 at 6:19 PM Bruce Richardson
> <bruce.richard...@intel.com> wrote:
> > diff --git a/dts/framework/testbed_model/posix_session.py 
> > b/dts/framework/testbed_model/posix_session.py
> > index 981600e24c..eab08a90ce 100644
> > --- a/dts/framework/testbed_model/posix_session.py
> > +++ b/dts/framework/testbed_model/posix_session.py
> > @@ -391,8 +391,6 @@ def get_compiler_version(self, compiler_name: str) -> 
> > str:
> >                  ).stdout.split("\n")[0]
> >              case "msvc":
> >                  return self.send_command("cl", SETTINGS.timeout).stdout
> > -            case "icc":
> > -                return self.send_command(f"{compiler_name} -V", 
> > SETTINGS.timeout).stdout
> >              case _:
> >                  raise ValueError(f"Unknown compiler {compiler_name}")
> >
> 
> I think we can drop icc = auto() in dts/framework/config/test_run.py too.
> Wdyt?
> 
> I can fix when applying.
> 
+1
Please fix on apply.

Thanks.

Reply via email to