commit | 8b773481e974ec952755e5cad1bd49604c6bb2a8 | [log] [tgz] |
---|---|---|
author | Piotr Golyzniak <piotr.golyzniak@nordicsemi.no> | Tue Nov 02 16:13:26 2021 +0100 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Thu Nov 04 07:33:39 2021 -0400 |
tree | 616cf16df6aef88d3080804df1eae466a3ddf114 | |
parent | 32b4950c6159e7ed4cc93a9ee3fef9e90a89bb6b [diff] |
twister: reenable build samples on Windows OS Fix few limitation which do not allow to run Twister on Windows OS. Especially turn off "import pty" module, due to the fact, that this module can be used only on POSIX OS. Fixes #40007 Signed-off-by: Piotr Golyzniak <piotr.golyzniak@nordicsemi.no>